Shades of Turquoise Blue #67CDF2
Tints of Turquoise Blue #67CDF2
RGB
CMYK
RGB Variations
Color information
#67CDF2 (or 0x67CDF2) is known color: Turquoise Blue. HEX triplet: 67, CD and F2. RGB value is (103,205,242). Sum of RGB (Red+Green+Blue) = 103+205+242=550 (72% of max value = 765). Red value is 103 (40.62% from 255 or 18.73% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #67CDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67CDF2 is #98320D. Grayscale: #B2B2B2. Windows color (decimal): -9974286 or 15912295. OLE color: 15912295.
HSL color Cylindrical-coordinate representation of color #67CDF2: hue angle of 195.97º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67CDF2 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 103 | 205 | 242 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.05 |
| HSL | 195.97º | 0.84% | 0.68% | - |
| HSV(B) | 195.97º | 0.57% | 0.95% | - |
| XYZ | 43.45 | 52.96 | 91.94 | - |
| YUV | 178.72 | 163.71 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 205 | 242 | 0.57 | 0.15 | 0 | 0.05 | 195.97 | 0.84 | 0.68 |
| Hex | 67 | CD | F2 | 39 | F | 0 | 5 | C4 | 54 | 44 |
| Octal | 147 | 315 | 362 | 71 | 17 | 0 | 5 | 304 | 124 | 104 |
| Binary | 1100111 | 11001101 | 11110010 | 111001 | 1111 | 0 | 101 | 11000100 | 1010100 | 1000100 |
Color Harmonies of #67CDF2
Complementary color
Monochromatic Colors of #67CDF2
Black with #67CDF2
Text Example
Text Example
White with #67CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CDF2; }
p { color: rgb(103,205,242); }
H1.HeaderClassName
{
color: #67CDF2;
}
.AnyTagClassName
{
color: #67CDF2;
}
</style>
background-color css
<style>
a { background-color: #67CDF2; }
a { background-color: rgb(103,205,242); }
div.DivClassName
{
background-color: #67CDF2;
}
.BgClassName
{
background-color: #67CDF2;
}
</style>
border-color css
<style>
span { border-color: #67CDF2; }
span { border-color: rgb(103,205,242); }
td.TdClassName
{
border-color: #67CDF2;
}
.TagClassName
{
border-color: #67CDF2;
}
</style>