Shades of Turquoise Blue #66EFDF
Tints of Turquoise Blue #66EFDF
RGB
CMYK
RGB Variations
Color information
#66EFDF (or 0x66EFDF) is known color: Turquoise Blue. HEX triplet: 66, EF and DF. RGB value is (102,239,223). Sum of RGB (Red+Green+Blue) = 102+239+223=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 239 (93.75% from 255 or 42.38% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFDF is #991020. Grayscale: #C4C4C4. Windows color (decimal): -10031137 or 14675814. OLE color: 14675814.
HSL color Cylindrical-coordinate representation of color #66EFDF: hue angle of 172.99º degrees, saturation: 0.81, 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 #66EFDF is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 223 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.06 |
| HSL | 172.99º | 0.81% | 0.67% | - |
| HSV(B) | 172.99º | 0.57% | 0.94% | - |
| XYZ | 49.67 | 69.89 | 80.68 | - |
| YUV | 196.21 | 143.11 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 223 | 0.57 | 0 | 0.07 | 0.06 | 172.99 | 0.81 | 0.67 |
| Hex | 66 | EF | DF | 39 | 0 | 7 | 6 | AD | 51 | 43 |
| Octal | 146 | 357 | 337 | 71 | 0 | 7 | 6 | 255 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11011111 | 111001 | 0 | 111 | 110 | 10101101 | 1010001 | 1000011 |
Color Harmonies of #66EFDF
Complementary color
Monochromatic Colors of #66EFDF
Black with #66EFDF
Text Example
Text Example
White with #66EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFDF; }
p { color: rgb(102,239,223); }
H1.HeaderClassName
{
color: #66EFDF;
}
.AnyTagClassName
{
color: #66EFDF;
}
</style>
background-color css
<style>
a { background-color: #66EFDF; }
a { background-color: rgb(102,239,223); }
div.DivClassName
{
background-color: #66EFDF;
}
.BgClassName
{
background-color: #66EFDF;
}
</style>
border-color css
<style>
span { border-color: #66EFDF; }
span { border-color: rgb(102,239,223); }
td.TdClassName
{
border-color: #66EFDF;
}
.TagClassName
{
border-color: #66EFDF;
}
</style>