Shades of Turquoise Blue #66CEDA
Tints of Turquoise Blue #66CEDA
RGB
CMYK
RGB Variations
Color information
#66CEDA (or 0x66CEDA) is known color: Turquoise Blue. HEX triplet: 66, CE and DA. RGB value is (102,206,218). Sum of RGB (Red+Green+Blue) = 102+206+218=526 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.39% from 526); Green value is 206 (80.86% from 255 or 39.16% from 526); Blue value is 218 (85.55% from 255 or 41.44% from 526); Max value from RGB is 218 - color contains mainly: blue. Hex color #66CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CEDA is #993125. Grayscale: #B0B0B0. Windows color (decimal): -10039590 or 14339686. OLE color: 14339686.
HSL color Cylindrical-coordinate representation of color #66CEDA: hue angle of 186.21º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CEDA is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 206 | 218 | - |
| CMYK | 0.53 | 0.06 | 0 | 0.15 |
| HSL | 186.21º | 0.61% | 0.63% | - |
| HSV(B) | 186.21º | 0.53% | 0.85% | - |
| XYZ | 40.21 | 52.03 | 74.25 | - |
| YUV | 176.27 | 151.54 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 218 | 0.53 | 0.06 | 0 | 0.15 | 186.21 | 0.61 | 0.63 |
| Hex | 66 | CE | DA | 35 | 6 | 0 | F | BA | 3D | 3F |
| Octal | 146 | 316 | 332 | 65 | 6 | 0 | 17 | 272 | 75 | 77 |
| Binary | 1100110 | 11001110 | 11011010 | 110101 | 110 | 0 | 1111 | 10111010 | 111101 | 111111 |
Color Harmonies of #66CEDA
Complementary color
Monochromatic Colors of #66CEDA
Black with #66CEDA
Text Example
Text Example
White with #66CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CEDA; }
p { color: rgb(102,206,218); }
H1.HeaderClassName
{
color: #66CEDA;
}
.AnyTagClassName
{
color: #66CEDA;
}
</style>
background-color css
<style>
a { background-color: #66CEDA; }
a { background-color: rgb(102,206,218); }
div.DivClassName
{
background-color: #66CEDA;
}
.BgClassName
{
background-color: #66CEDA;
}
</style>
border-color css
<style>
span { border-color: #66CEDA; }
span { border-color: rgb(102,206,218); }
td.TdClassName
{
border-color: #66CEDA;
}
.TagClassName
{
border-color: #66CEDA;
}
</style>