Shades of Turquoise Blue #66EBDB
Tints of Turquoise Blue #66EBDB
RGB
CMYK
RGB Variations
Color information
#66EBDB (or 0x66EBDB) is known color: Turquoise Blue. HEX triplet: 66, EB and DB. RGB value is (102,235,219). Sum of RGB (Red+Green+Blue) = 102+235+219=556 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.35% from 556); Green value is 235 (92.19% from 255 or 42.27% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 235 - color contains mainly: green. Hex color #66EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EBDB is #991424. Grayscale: #C1C1C1. Windows color (decimal): -10032165 or 14412646. OLE color: 14412646.
HSL color Cylindrical-coordinate representation of color #66EBDB: hue angle of 172.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EBDB is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 235 | 219 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.08 |
| HSL | 172.78º | 0.77% | 0.66% | - |
| HSV(B) | 172.78º | 0.57% | 0.92% | - |
| XYZ | 47.97 | 67.36 | 77.49 | - |
| YUV | 193.41 | 142.44 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 219 | 0.57 | 0 | 0.07 | 0.08 | 172.78 | 0.77 | 0.66 |
| Hex | 66 | EB | DB | 39 | 0 | 7 | 8 | AD | 4D | 42 |
| Octal | 146 | 353 | 333 | 71 | 0 | 7 | 10 | 255 | 115 | 102 |
| Binary | 1100110 | 11101011 | 11011011 | 111001 | 0 | 111 | 1000 | 10101101 | 1001101 | 1000010 |
Color Harmonies of #66EBDB
Complementary color
Monochromatic Colors of #66EBDB
Black with #66EBDB
Text Example
Text Example
White with #66EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBDB; }
p { color: rgb(102,235,219); }
H1.HeaderClassName
{
color: #66EBDB;
}
.AnyTagClassName
{
color: #66EBDB;
}
</style>
background-color css
<style>
a { background-color: #66EBDB; }
a { background-color: rgb(102,235,219); }
div.DivClassName
{
background-color: #66EBDB;
}
.BgClassName
{
background-color: #66EBDB;
}
</style>
border-color css
<style>
span { border-color: #66EBDB; }
span { border-color: rgb(102,235,219); }
td.TdClassName
{
border-color: #66EBDB;
}
.TagClassName
{
border-color: #66EBDB;
}
</style>