Shades of Turquoise Blue #66CADB
Tints of Turquoise Blue #66CADB
RGB
CMYK
RGB Variations
Color information
#66CADB (or 0x66CADB) is known color: Turquoise Blue. HEX triplet: 66, CA and DB. RGB value is (102,202,219). Sum of RGB (Red+Green+Blue) = 102+202+219=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #66CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CADB is #993524. Grayscale: #ADADAD. Windows color (decimal): -10040613 or 14404198. OLE color: 14404198.
HSL color Cylindrical-coordinate representation of color #66CADB: hue angle of 188.72º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66CADB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 202 | 219 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.14 |
| HSL | 188.72º | 0.62% | 0.63% | - |
| HSV(B) | 188.72º | 0.53% | 0.86% | - |
| XYZ | 39.39 | 50.18 | 74.63 | - |
| YUV | 174.04 | 153.37 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 219 | 0.53 | 0.08 | 0 | 0.14 | 188.72 | 0.62 | 0.63 |
| Hex | 66 | CA | DB | 35 | 8 | 0 | E | BD | 3E | 3F |
| Octal | 146 | 312 | 333 | 65 | 10 | 0 | 16 | 275 | 76 | 77 |
| Binary | 1100110 | 11001010 | 11011011 | 110101 | 1000 | 0 | 1110 | 10111101 | 111110 | 111111 |
Color Harmonies of #66CADB
Complementary color
Monochromatic Colors of #66CADB
Black with #66CADB
Text Example
Text Example
White with #66CADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CADB; }
p { color: rgb(102,202,219); }
H1.HeaderClassName
{
color: #66CADB;
}
.AnyTagClassName
{
color: #66CADB;
}
</style>
background-color css
<style>
a { background-color: #66CADB; }
a { background-color: rgb(102,202,219); }
div.DivClassName
{
background-color: #66CADB;
}
.BgClassName
{
background-color: #66CADB;
}
</style>
border-color css
<style>
span { border-color: #66CADB; }
span { border-color: rgb(102,202,219); }
td.TdClassName
{
border-color: #66CADB;
}
.TagClassName
{
border-color: #66CADB;
}
</style>