Shades of Turquoise Blue #66CBDB
Tints of Turquoise Blue #66CBDB
RGB
CMYK
RGB Variations
Color information
#66CBDB (or 0x66CBDB) is known color: Turquoise Blue. HEX triplet: 66, CB and DB. RGB value is (102,203,219). Sum of RGB (Red+Green+Blue) = 102+203+219=524 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.47% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #66CBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBDB is #993424. Grayscale: #AEAEAE. Windows color (decimal): -10040357 or 14404454. OLE color: 14404454.
HSL color Cylindrical-coordinate representation of color #66CBDB: hue angle of 188.21º 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 #66CBDB is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 203 | 219 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.14 |
| HSL | 188.21º | 0.62% | 0.63% | - |
| HSV(B) | 188.21º | 0.53% | 0.86% | - |
| XYZ | 39.62 | 50.65 | 74.71 | - |
| YUV | 174.63 | 153.04 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 219 | 0.53 | 0.07 | 0 | 0.14 | 188.21 | 0.62 | 0.63 |
| Hex | 66 | CB | DB | 35 | 7 | 0 | E | BC | 3E | 3F |
| Octal | 146 | 313 | 333 | 65 | 7 | 0 | 16 | 274 | 76 | 77 |
| Binary | 1100110 | 11001011 | 11011011 | 110101 | 111 | 0 | 1110 | 10111100 | 111110 | 111111 |
Color Harmonies of #66CBDB
Complementary color
Monochromatic Colors of #66CBDB
Black with #66CBDB
Text Example
Text Example
White with #66CBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBDB; }
p { color: rgb(102,203,219); }
H1.HeaderClassName
{
color: #66CBDB;
}
.AnyTagClassName
{
color: #66CBDB;
}
</style>
background-color css
<style>
a { background-color: #66CBDB; }
a { background-color: rgb(102,203,219); }
div.DivClassName
{
background-color: #66CBDB;
}
.BgClassName
{
background-color: #66CBDB;
}
</style>
border-color css
<style>
span { border-color: #66CBDB; }
span { border-color: rgb(102,203,219); }
td.TdClassName
{
border-color: #66CBDB;
}
.TagClassName
{
border-color: #66CBDB;
}
</style>