Shades of Turquoise Blue #66DAF2
Tints of Turquoise Blue #66DAF2
RGB
CMYK
RGB Variations
Color information
#66DAF2 (or 0x66DAF2) is known color: Turquoise Blue. HEX triplet: 66, DA and F2. RGB value is (102,218,242). Sum of RGB (Red+Green+Blue) = 102+218+242=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 242 (94.92% from 255 or 43.06% from 562); Max value from RGB is 242 - color contains mainly: blue. Hex color #66DAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66DAF2 is #99250D. Grayscale: #B9B9B9. Windows color (decimal): -10036494 or 15915622. OLE color: 15915622.
HSL color Cylindrical-coordinate representation of color #66DAF2: hue angle of 190.29º 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 #66DAF2 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 218 | 242 | - |
| CMYK | 0.58 | 0.10 | 0 | 0.05 |
| HSL | 190.29º | 0.84% | 0.67% | - |
| HSV(B) | 190.29º | 0.58% | 0.95% | - |
| XYZ | 46.58 | 59.38 | 93.01 | - |
| YUV | 186.05 | 159.57 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 218 | 242 | 0.58 | 0.10 | 0 | 0.05 | 190.29 | 0.84 | 0.67 |
| Hex | 66 | DA | F2 | 3A | A | 0 | 5 | BE | 54 | 43 |
| Octal | 146 | 332 | 362 | 72 | 12 | 0 | 5 | 276 | 124 | 103 |
| Binary | 1100110 | 11011010 | 11110010 | 111010 | 1010 | 0 | 101 | 10111110 | 1010100 | 1000011 |
Color Harmonies of #66DAF2
Complementary color
Monochromatic Colors of #66DAF2
Black with #66DAF2
Text Example
Text Example
White with #66DAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66DAF2; }
p { color: rgb(102,218,242); }
H1.HeaderClassName
{
color: #66DAF2;
}
.AnyTagClassName
{
color: #66DAF2;
}
</style>
background-color css
<style>
a { background-color: #66DAF2; }
a { background-color: rgb(102,218,242); }
div.DivClassName
{
background-color: #66DAF2;
}
.BgClassName
{
background-color: #66DAF2;
}
</style>
border-color css
<style>
span { border-color: #66DAF2; }
span { border-color: rgb(102,218,242); }
td.TdClassName
{
border-color: #66DAF2;
}
.TagClassName
{
border-color: #66DAF2;
}
</style>