Shades of Turquoise Blue #66D0F2
Tints of Turquoise Blue #66D0F2
RGB
CMYK
RGB Variations
Color information
#66D0F2 (or 0x66D0F2) is known color: Turquoise Blue. HEX triplet: 66, D0 and F2. RGB value is (102,208,242). Sum of RGB (Red+Green+Blue) = 102+208+242=552 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.48% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #66D0F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66D0F2 is #992F0D. Grayscale: #B3B3B3. Windows color (decimal): -10039054 or 15913062. OLE color: 15913062.
HSL color Cylindrical-coordinate representation of color #66D0F2: hue angle of 194.57º 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 #66D0F2 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 208 | 242 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.05 |
| HSL | 194.57º | 0.84% | 0.67% | - |
| HSV(B) | 194.57º | 0.58% | 0.95% | - |
| XYZ | 44.06 | 54.35 | 92.17 | - |
| YUV | 180.18 | 162.88 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 242 | 0.58 | 0.14 | 0 | 0.05 | 194.57 | 0.84 | 0.67 |
| Hex | 66 | D0 | F2 | 3A | E | 0 | 5 | C3 | 54 | 43 |
| Octal | 146 | 320 | 362 | 72 | 16 | 0 | 5 | 303 | 124 | 103 |
| Binary | 1100110 | 11010000 | 11110010 | 111010 | 1110 | 0 | 101 | 11000011 | 1010100 | 1000011 |
Color Harmonies of #66D0F2
Complementary color
Monochromatic Colors of #66D0F2
Black with #66D0F2
Text Example
Text Example
White with #66D0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0F2; }
p { color: rgb(102,208,242); }
H1.HeaderClassName
{
color: #66D0F2;
}
.AnyTagClassName
{
color: #66D0F2;
}
</style>
background-color css
<style>
a { background-color: #66D0F2; }
a { background-color: rgb(102,208,242); }
div.DivClassName
{
background-color: #66D0F2;
}
.BgClassName
{
background-color: #66D0F2;
}
</style>
border-color css
<style>
span { border-color: #66D0F2; }
span { border-color: rgb(102,208,242); }
td.TdClassName
{
border-color: #66D0F2;
}
.TagClassName
{
border-color: #66D0F2;
}
</style>