Shades of Turquoise Blue #66DEF2
Tints of Turquoise Blue #66DEF2
RGB
CMYK
RGB Variations
Color information
#66DEF2 (or 0x66DEF2) is known color: Turquoise Blue. HEX triplet: 66, DE and F2. RGB value is (102,222,242). Sum of RGB (Red+Green+Blue) = 102+222+242=566 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.02% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #66DEF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DEF2 is #99210D. Grayscale: #BCBCBC. Windows color (decimal): -10035470 or 15916646. OLE color: 15916646.
HSL color Cylindrical-coordinate representation of color #66DEF2: hue angle of 188.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 #66DEF2 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 222 | 242 | - |
| CMYK | 0.58 | 0.08 | 0 | 0.05 |
| HSL | 188.57º | 0.84% | 0.67% | - |
| HSV(B) | 188.57º | 0.58% | 0.95% | - |
| XYZ | 47.63 | 61.48 | 93.36 | - |
| YUV | 188.4 | 158.24 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 222 | 242 | 0.58 | 0.08 | 0 | 0.05 | 188.57 | 0.84 | 0.67 |
| Hex | 66 | DE | F2 | 3A | 8 | 0 | 5 | BD | 54 | 43 |
| Octal | 146 | 336 | 362 | 72 | 10 | 0 | 5 | 275 | 124 | 103 |
| Binary | 1100110 | 11011110 | 11110010 | 111010 | 1000 | 0 | 101 | 10111101 | 1010100 | 1000011 |
Color Harmonies of #66DEF2
Complementary color
Monochromatic Colors of #66DEF2
Black with #66DEF2
Text Example
Text Example
White with #66DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DEF2; }
p { color: rgb(102,222,242); }
H1.HeaderClassName
{
color: #66DEF2;
}
.AnyTagClassName
{
color: #66DEF2;
}
</style>
background-color css
<style>
a { background-color: #66DEF2; }
a { background-color: rgb(102,222,242); }
div.DivClassName
{
background-color: #66DEF2;
}
.BgClassName
{
background-color: #66DEF2;
}
</style>
border-color css
<style>
span { border-color: #66DEF2; }
span { border-color: rgb(102,222,242); }
td.TdClassName
{
border-color: #66DEF2;
}
.TagClassName
{
border-color: #66DEF2;
}
</style>