Shades of Turquoise Blue #66D9F2
Tints of Turquoise Blue #66D9F2
RGB
CMYK
RGB Variations
Color information
#66D9F2 (or 0x66D9F2) is known color: Turquoise Blue. HEX triplet: 66, D9 and F2. RGB value is (102,217,242). Sum of RGB (Red+Green+Blue) = 102+217+242=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 242 (94.92% from 255 or 43.14% from 561); Max value from RGB is 242 - color contains mainly: blue. Hex color #66D9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9F2 is #99260D. Grayscale: #B9B9B9. Windows color (decimal): -10036750 or 15915366. OLE color: 15915366.
HSL color Cylindrical-coordinate representation of color #66D9F2: hue angle of 190.71º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66D9F2 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 217 | 242 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.05 |
| HSL | 190.71º | 0.84% | 0.67% | - |
| HSV(B) | 190.71º | 0.58% | 0.95% | - |
| XYZ | 46.32 | 58.86 | 92.92 | - |
| YUV | 185.47 | 159.9 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 242 | 0.58 | 0.10 | 0 | 0.05 | 190.71 | 0.84 | 0.67 |
| Hex | 66 | D9 | F2 | 3A | A | 0 | 5 | BF | 54 | 43 |
| Octal | 146 | 331 | 362 | 72 | 12 | 0 | 5 | 277 | 124 | 103 |
| Binary | 1100110 | 11011001 | 11110010 | 111010 | 1010 | 0 | 101 | 10111111 | 1010100 | 1000011 |
Color Harmonies of #66D9F2
Complementary color
Monochromatic Colors of #66D9F2
Black with #66D9F2
Text Example
Text Example
White with #66D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9F2; }
p { color: rgb(102,217,242); }
H1.HeaderClassName
{
color: #66D9F2;
}
.AnyTagClassName
{
color: #66D9F2;
}
</style>
background-color css
<style>
a { background-color: #66D9F2; }
a { background-color: rgb(102,217,242); }
div.DivClassName
{
background-color: #66D9F2;
}
.BgClassName
{
background-color: #66D9F2;
}
</style>
border-color css
<style>
span { border-color: #66D9F2; }
span { border-color: rgb(102,217,242); }
td.TdClassName
{
border-color: #66D9F2;
}
.TagClassName
{
border-color: #66D9F2;
}
</style>