Shades of Turquoise Blue #66CED5
Tints of Turquoise Blue #66CED5
RGB
CMYK
RGB Variations
Color information
#66CED5 (or 0x66CED5) is known color: Turquoise Blue. HEX triplet: 66, CE and D5. RGB value is (102,206,213). Sum of RGB (Red+Green+Blue) = 102+206+213=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #66CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CED5 is #99312A. Grayscale: #AFAFAF. Windows color (decimal): -10039595 or 14012006. OLE color: 14012006.
HSL color Cylindrical-coordinate representation of color #66CED5: hue angle of 183.78º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66CED5 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 206 | 213 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.16 |
| HSL | 183.78º | 0.57% | 0.62% | - |
| HSV(B) | 183.78º | 0.52% | 0.84% | - |
| XYZ | 39.56 | 51.77 | 70.86 | - |
| YUV | 175.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 213 | 0.52 | 0.03 | 0 | 0.16 | 183.78 | 0.57 | 0.62 |
| Hex | 66 | CE | D5 | 34 | 3 | 0 | 10 | B8 | 39 | 3E |
| Octal | 146 | 316 | 325 | 64 | 3 | 0 | 20 | 270 | 71 | 76 |
| Binary | 1100110 | 11001110 | 11010101 | 110100 | 11 | 0 | 10000 | 10111000 | 111001 | 111110 |
Color Harmonies of #66CED5
Complementary color
Monochromatic Colors of #66CED5
Black with #66CED5
Text Example
Text Example
White with #66CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CED5; }
p { color: rgb(102,206,213); }
H1.HeaderClassName
{
color: #66CED5;
}
.AnyTagClassName
{
color: #66CED5;
}
</style>
background-color css
<style>
a { background-color: #66CED5; }
a { background-color: rgb(102,206,213); }
div.DivClassName
{
background-color: #66CED5;
}
.BgClassName
{
background-color: #66CED5;
}
</style>
border-color css
<style>
span { border-color: #66CED5; }
span { border-color: rgb(102,206,213); }
td.TdClassName
{
border-color: #66CED5;
}
.TagClassName
{
border-color: #66CED5;
}
</style>