Shades of Turquoise Blue #66EDDF
Tints of Turquoise Blue #66EDDF
RGB
CMYK
RGB Variations
Color information
#66EDDF (or 0x66EDDF) is known color: Turquoise Blue. HEX triplet: 66, ED and DF. RGB value is (102,237,223). Sum of RGB (Red+Green+Blue) = 102+237+223=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #66EDDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EDDF is #991220. Grayscale: #C2C2C2. Windows color (decimal): -10031649 or 14675302. OLE color: 14675302.
HSL color Cylindrical-coordinate representation of color #66EDDF: hue angle of 173.78º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EDDF is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 223 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.07 |
| HSL | 173.78º | 0.79% | 0.66% | - |
| HSV(B) | 173.78º | 0.57% | 0.93% | - |
| XYZ | 49.08 | 68.72 | 80.49 | - |
| YUV | 195.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 223 | 0.57 | 0 | 0.06 | 0.07 | 173.78 | 0.79 | 0.66 |
| Hex | 66 | ED | DF | 39 | 0 | 6 | 7 | AE | 4F | 42 |
| Octal | 146 | 355 | 337 | 71 | 0 | 6 | 7 | 256 | 117 | 102 |
| Binary | 1100110 | 11101101 | 11011111 | 111001 | 0 | 110 | 111 | 10101110 | 1001111 | 1000010 |
Color Harmonies of #66EDDF
Complementary color
Monochromatic Colors of #66EDDF
Black with #66EDDF
Text Example
Text Example
White with #66EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EDDF; }
p { color: rgb(102,237,223); }
H1.HeaderClassName
{
color: #66EDDF;
}
.AnyTagClassName
{
color: #66EDDF;
}
</style>
background-color css
<style>
a { background-color: #66EDDF; }
a { background-color: rgb(102,237,223); }
div.DivClassName
{
background-color: #66EDDF;
}
.BgClassName
{
background-color: #66EDDF;
}
</style>
border-color css
<style>
span { border-color: #66EDDF; }
span { border-color: rgb(102,237,223); }
td.TdClassName
{
border-color: #66EDDF;
}
.TagClassName
{
border-color: #66EDDF;
}
</style>