Shades of Turquoise Blue #66CBED
Tints of Turquoise Blue #66CBED
RGB
CMYK
RGB Variations
Color information
#66CBED (or 0x66CBED) is known color: Turquoise Blue. HEX triplet: 66, CB and ED. RGB value is (102,203,237). Sum of RGB (Red+Green+Blue) = 102+203+237=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 203 (79.69% from 255 or 37.45% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #66CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66CBED is #993412. Grayscale: #B0B0B0. Windows color (decimal): -10040339 or 15584102. OLE color: 15584102.
HSL color Cylindrical-coordinate representation of color #66CBED: hue angle of 195.11º degrees, saturation: 0.79, 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 #66CBED is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 203 | 237 | - |
| CMYK | 0.57 | 0.14 | 0 | 0.07 |
| HSL | 195.11º | 0.79% | 0.66% | - |
| HSV(B) | 195.11º | 0.57% | 0.93% | - |
| XYZ | 42.12 | 51.65 | 87.87 | - |
| YUV | 176.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 237 | 0.57 | 0.14 | 0 | 0.07 | 195.11 | 0.79 | 0.66 |
| Hex | 66 | CB | ED | 39 | E | 0 | 7 | C3 | 4F | 42 |
| Octal | 146 | 313 | 355 | 71 | 16 | 0 | 7 | 303 | 117 | 102 |
| Binary | 1100110 | 11001011 | 11101101 | 111001 | 1110 | 0 | 111 | 11000011 | 1001111 | 1000010 |
Color Harmonies of #66CBED
Complementary color
Monochromatic Colors of #66CBED
Black with #66CBED
Text Example
Text Example
White with #66CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBED; }
p { color: rgb(102,203,237); }
H1.HeaderClassName
{
color: #66CBED;
}
.AnyTagClassName
{
color: #66CBED;
}
</style>
background-color css
<style>
a { background-color: #66CBED; }
a { background-color: rgb(102,203,237); }
div.DivClassName
{
background-color: #66CBED;
}
.BgClassName
{
background-color: #66CBED;
}
</style>
border-color css
<style>
span { border-color: #66CBED; }
span { border-color: rgb(102,203,237); }
td.TdClassName
{
border-color: #66CBED;
}
.TagClassName
{
border-color: #66CBED;
}
</style>