Shades of Turquoise Blue #66CED7
Tints of Turquoise Blue #66CED7
RGB
CMYK
RGB Variations
Color information
#66CED7 (or 0x66CED7) is known color: Turquoise Blue. HEX triplet: 66, CE and D7. RGB value is (102,206,215). Sum of RGB (Red+Green+Blue) = 102+206+215=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #66CED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CED7 is #993128. Grayscale: #AFAFAF. Windows color (decimal): -10039593 or 14143078. OLE color: 14143078.
HSL color Cylindrical-coordinate representation of color #66CED7: hue angle of 184.78º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CED7 is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 206 | 215 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.16 |
| HSL | 184.78º | 0.59% | 0.62% | - |
| HSV(B) | 184.78º | 0.53% | 0.84% | - |
| XYZ | 39.82 | 51.87 | 72.2 | - |
| YUV | 175.93 | 150.04 | 75.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 206 | 215 | 0.53 | 0.04 | 0 | 0.16 | 184.78 | 0.59 | 0.62 |
| Hex | 66 | CE | D7 | 35 | 4 | 0 | 10 | B9 | 3B | 3E |
| Octal | 146 | 316 | 327 | 65 | 4 | 0 | 20 | 271 | 73 | 76 |
| Binary | 1100110 | 11001110 | 11010111 | 110101 | 100 | 0 | 10000 | 10111001 | 111011 | 111110 |
Color Harmonies of #66CED7
Complementary color
Monochromatic Colors of #66CED7
Black with #66CED7
Text Example
Text Example
White with #66CED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CED7; }
p { color: rgb(102,206,215); }
H1.HeaderClassName
{
color: #66CED7;
}
.AnyTagClassName
{
color: #66CED7;
}
</style>
background-color css
<style>
a { background-color: #66CED7; }
a { background-color: rgb(102,206,215); }
div.DivClassName
{
background-color: #66CED7;
}
.BgClassName
{
background-color: #66CED7;
}
</style>
border-color css
<style>
span { border-color: #66CED7; }
span { border-color: rgb(102,206,215); }
td.TdClassName
{
border-color: #66CED7;
}
.TagClassName
{
border-color: #66CED7;
}
</style>