Shades of Turquoise Blue #66CFEF
Tints of Turquoise Blue #66CFEF
RGB
CMYK
RGB Variations
Color information
#66CFEF (or 0x66CFEF) is known color: Turquoise Blue. HEX triplet: 66, CF and EF. RGB value is (102,207,239). Sum of RGB (Red+Green+Blue) = 102+207+239=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 207 (81.25% from 255 or 37.77% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #66CFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CFEF is #993010. Grayscale: #B3B3B3. Windows color (decimal): -10039313 or 15716198. OLE color: 15716198.
HSL color Cylindrical-coordinate representation of color #66CFEF: hue angle of 194.01º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66CFEF is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 207 | 239 | - |
| CMYK | 0.57 | 0.13 | 0 | 0.06 |
| HSL | 194.01º | 0.81% | 0.67% | - |
| HSV(B) | 194.01º | 0.57% | 0.94% | - |
| XYZ | 43.37 | 53.68 | 89.74 | - |
| YUV | 179.25 | 161.71 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 239 | 0.57 | 0.13 | 0 | 0.06 | 194.01 | 0.81 | 0.67 |
| Hex | 66 | CF | EF | 39 | D | 0 | 6 | C2 | 51 | 43 |
| Octal | 146 | 317 | 357 | 71 | 15 | 0 | 6 | 302 | 121 | 103 |
| Binary | 1100110 | 11001111 | 11101111 | 111001 | 1101 | 0 | 110 | 11000010 | 1010001 | 1000011 |
Color Harmonies of #66CFEF
Complementary color
Monochromatic Colors of #66CFEF
Black with #66CFEF
Text Example
Text Example
White with #66CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFEF; }
p { color: rgb(102,207,239); }
H1.HeaderClassName
{
color: #66CFEF;
}
.AnyTagClassName
{
color: #66CFEF;
}
</style>
background-color css
<style>
a { background-color: #66CFEF; }
a { background-color: rgb(102,207,239); }
div.DivClassName
{
background-color: #66CFEF;
}
.BgClassName
{
background-color: #66CFEF;
}
</style>
border-color css
<style>
span { border-color: #66CFEF; }
span { border-color: rgb(102,207,239); }
td.TdClassName
{
border-color: #66CFEF;
}
.TagClassName
{
border-color: #66CFEF;
}
</style>