Shades of Turquoise Blue #66CBEC
Tints of Turquoise Blue #66CBEC
RGB
CMYK
RGB Variations
Color information
#66CBEC (or 0x66CBEC) is known color: Turquoise Blue. HEX triplet: 66, CB and EC. RGB value is (102,203,236). Sum of RGB (Red+Green+Blue) = 102+203+236=541 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.85% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #66CBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBEC is #993413. Grayscale: #B0B0B0. Windows color (decimal): -10040340 or 15518566. OLE color: 15518566.
HSL color Cylindrical-coordinate representation of color #66CBEC: hue angle of 194.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66CBEC is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 203 | 236 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.07 |
| HSL | 194.78º | 0.78% | 0.66% | - |
| HSV(B) | 194.78º | 0.57% | 0.93% | - |
| XYZ | 41.98 | 51.59 | 87.1 | - |
| YUV | 176.56 | 161.54 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 236 | 0.57 | 0.14 | 0 | 0.07 | 194.78 | 0.78 | 0.66 |
| Hex | 66 | CB | EC | 39 | E | 0 | 7 | C3 | 4E | 42 |
| Octal | 146 | 313 | 354 | 71 | 16 | 0 | 7 | 303 | 116 | 102 |
| Binary | 1100110 | 11001011 | 11101100 | 111001 | 1110 | 0 | 111 | 11000011 | 1001110 | 1000010 |
Color Harmonies of #66CBEC
Complementary color
Monochromatic Colors of #66CBEC
Black with #66CBEC
Text Example
Text Example
White with #66CBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBEC; }
p { color: rgb(102,203,236); }
H1.HeaderClassName
{
color: #66CBEC;
}
.AnyTagClassName
{
color: #66CBEC;
}
</style>
background-color css
<style>
a { background-color: #66CBEC; }
a { background-color: rgb(102,203,236); }
div.DivClassName
{
background-color: #66CBEC;
}
.BgClassName
{
background-color: #66CBEC;
}
</style>
border-color css
<style>
span { border-color: #66CBEC; }
span { border-color: rgb(102,203,236); }
td.TdClassName
{
border-color: #66CBEC;
}
.TagClassName
{
border-color: #66CBEC;
}
</style>