Shades of Turquoise Blue #66CFD2
Tints of Turquoise Blue #66CFD2
RGB
CMYK
RGB Variations
Color information
#66CFD2 (or 0x66CFD2) is known color: Turquoise Blue. HEX triplet: 66, CF and D2. RGB value is (102,207,210). Sum of RGB (Red+Green+Blue) = 102+207+210=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 210 (82.42% from 255 or 40.46% from 519); Max value from RGB is 210 - color contains mainly: blue. Hex color #66CFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CFD2 is #99302D. Grayscale: #AFAFAF. Windows color (decimal): -10039342 or 13815654. OLE color: 13815654.
HSL color Cylindrical-coordinate representation of color #66CFD2: hue angle of 181.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CFD2 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 207 | 210 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.18 |
| HSL | 181.67º | 0.55% | 0.61% | - |
| HSV(B) | 181.67º | 0.51% | 0.82% | - |
| XYZ | 39.43 | 52.1 | 68.95 | - |
| YUV | 175.95 | 147.21 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 210 | 0.51 | 0.01 | 0 | 0.18 | 181.67 | 0.55 | 0.61 |
| Hex | 66 | CF | D2 | 33 | 1 | 0 | 12 | B6 | 37 | 3D |
| Octal | 146 | 317 | 322 | 63 | 1 | 0 | 22 | 266 | 67 | 75 |
| Binary | 1100110 | 11001111 | 11010010 | 110011 | 1 | 0 | 10010 | 10110110 | 110111 | 111101 |
Color Harmonies of #66CFD2
Complementary color
Monochromatic Colors of #66CFD2
Black with #66CFD2
Text Example
Text Example
White with #66CFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CFD2; }
p { color: rgb(102,207,210); }
H1.HeaderClassName
{
color: #66CFD2;
}
.AnyTagClassName
{
color: #66CFD2;
}
</style>
background-color css
<style>
a { background-color: #66CFD2; }
a { background-color: rgb(102,207,210); }
div.DivClassName
{
background-color: #66CFD2;
}
.BgClassName
{
background-color: #66CFD2;
}
</style>
border-color css
<style>
span { border-color: #66CFD2; }
span { border-color: rgb(102,207,210); }
td.TdClassName
{
border-color: #66CFD2;
}
.TagClassName
{
border-color: #66CFD2;
}
</style>