Shades of Turquoise Blue #66D3EB
Tints of Turquoise Blue #66D3EB
RGB
CMYK
RGB Variations
Color information
#66D3EB (or 0x66D3EB) is known color: Turquoise Blue. HEX triplet: 66, D3 and EB. RGB value is (102,211,235). Sum of RGB (Red+Green+Blue) = 102+211+235=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #66D3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D3EB is #992C14. Grayscale: #B4B4B4. Windows color (decimal): -10038293 or 15455078. OLE color: 15455078.
HSL color Cylindrical-coordinate representation of color #66D3EB: hue angle of 190.83º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D3EB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 211 | 235 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.08 |
| HSL | 190.83º | 0.77% | 0.66% | - |
| HSV(B) | 190.83º | 0.57% | 0.92% | - |
| XYZ | 43.77 | 55.41 | 86.99 | - |
| YUV | 181.15 | 158.39 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 211 | 235 | 0.57 | 0.10 | 0 | 0.08 | 190.83 | 0.77 | 0.66 |
| Hex | 66 | D3 | EB | 39 | A | 0 | 8 | BF | 4D | 42 |
| Octal | 146 | 323 | 353 | 71 | 12 | 0 | 10 | 277 | 115 | 102 |
| Binary | 1100110 | 11010011 | 11101011 | 111001 | 1010 | 0 | 1000 | 10111111 | 1001101 | 1000010 |
Color Harmonies of #66D3EB
Complementary color
Monochromatic Colors of #66D3EB
Black with #66D3EB
Text Example
Text Example
White with #66D3EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D3EB; }
p { color: rgb(102,211,235); }
H1.HeaderClassName
{
color: #66D3EB;
}
.AnyTagClassName
{
color: #66D3EB;
}
</style>
background-color css
<style>
a { background-color: #66D3EB; }
a { background-color: rgb(102,211,235); }
div.DivClassName
{
background-color: #66D3EB;
}
.BgClassName
{
background-color: #66D3EB;
}
</style>
border-color css
<style>
span { border-color: #66D3EB; }
span { border-color: rgb(102,211,235); }
td.TdClassName
{
border-color: #66D3EB;
}
.TagClassName
{
border-color: #66D3EB;
}
</style>