Shades of Turquoise Blue #66CBDA
Tints of Turquoise Blue #66CBDA
RGB
CMYK
RGB Variations
Color information
#66CBDA (or 0x66CBDA) is known color: Turquoise Blue. HEX triplet: 66, CB and DA. RGB value is (102,203,218). Sum of RGB (Red+Green+Blue) = 102+203+218=523 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.50% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #66CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CBDA is #993425. Grayscale: #AEAEAE. Windows color (decimal): -10040358 or 14338918. OLE color: 14338918.
HSL color Cylindrical-coordinate representation of color #66CBDA: hue angle of 187.76º 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 #66CBDA is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 203 | 218 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.15 |
| HSL | 187.76º | 0.61% | 0.63% | - |
| HSV(B) | 187.76º | 0.53% | 0.85% | - |
| XYZ | 39.49 | 50.6 | 74.01 | - |
| YUV | 174.51 | 152.54 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 203 | 218 | 0.53 | 0.07 | 0 | 0.15 | 187.76 | 0.61 | 0.63 |
| Hex | 66 | CB | DA | 35 | 7 | 0 | F | BC | 3D | 3F |
| Octal | 146 | 313 | 332 | 65 | 7 | 0 | 17 | 274 | 75 | 77 |
| Binary | 1100110 | 11001011 | 11011010 | 110101 | 111 | 0 | 1111 | 10111100 | 111101 | 111111 |
Color Harmonies of #66CBDA
Complementary color
Monochromatic Colors of #66CBDA
Black with #66CBDA
Text Example
Text Example
White with #66CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CBDA; }
p { color: rgb(102,203,218); }
H1.HeaderClassName
{
color: #66CBDA;
}
.AnyTagClassName
{
color: #66CBDA;
}
</style>
background-color css
<style>
a { background-color: #66CBDA; }
a { background-color: rgb(102,203,218); }
div.DivClassName
{
background-color: #66CBDA;
}
.BgClassName
{
background-color: #66CBDA;
}
</style>
border-color css
<style>
span { border-color: #66CBDA; }
span { border-color: rgb(102,203,218); }
td.TdClassName
{
border-color: #66CBDA;
}
.TagClassName
{
border-color: #66CBDA;
}
</style>