Shades of Turquoise Blue #66D9F0
Tints of Turquoise Blue #66D9F0
RGB
CMYK
RGB Variations
Color information
#66D9F0 (or 0x66D9F0) is known color: Turquoise Blue. HEX triplet: 66, D9 and F0. RGB value is (102,217,240). Sum of RGB (Red+Green+Blue) = 102+217+240=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 240 - color contains mainly: blue. Hex color #66D9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D9F0 is #99260F. Grayscale: #B9B9B9. Windows color (decimal): -10036752 or 15784294. OLE color: 15784294.
HSL color Cylindrical-coordinate representation of color #66D9F0: hue angle of 190º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66D9F0 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 217 | 240 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.06 |
| HSL | 190º | 0.82% | 0.67% | - |
| HSV(B) | 190º | 0.58% | 0.94% | - |
| XYZ | 46.02 | 58.74 | 91.35 | - |
| YUV | 185.24 | 158.9 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 240 | 0.58 | 0.10 | 0 | 0.06 | 190 | 0.82 | 0.67 |
| Hex | 66 | D9 | F0 | 3A | A | 0 | 6 | BE | 52 | 43 |
| Octal | 146 | 331 | 360 | 72 | 12 | 0 | 6 | 276 | 122 | 103 |
| Binary | 1100110 | 11011001 | 11110000 | 111010 | 1010 | 0 | 110 | 10111110 | 1010010 | 1000011 |
Color Harmonies of #66D9F0
Complementary color
Monochromatic Colors of #66D9F0
Black with #66D9F0
Text Example
Text Example
White with #66D9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D9F0; }
p { color: rgb(102,217,240); }
H1.HeaderClassName
{
color: #66D9F0;
}
.AnyTagClassName
{
color: #66D9F0;
}
</style>
background-color css
<style>
a { background-color: #66D9F0; }
a { background-color: rgb(102,217,240); }
div.DivClassName
{
background-color: #66D9F0;
}
.BgClassName
{
background-color: #66D9F0;
}
</style>
border-color css
<style>
span { border-color: #66D9F0; }
span { border-color: rgb(102,217,240); }
td.TdClassName
{
border-color: #66D9F0;
}
.TagClassName
{
border-color: #66D9F0;
}
</style>