Shades of Turquoise Blue #66EBED
Tints of Turquoise Blue #66EBED
RGB
CMYK
RGB Variations
Color information
#66EBED (or 0x66EBED) is known color: Turquoise Blue. HEX triplet: 66, EB and ED. RGB value is (102,235,237). Sum of RGB (Red+Green+Blue) = 102+235+237=574 (76% of max value = 765). Red value is 102 (40.23% from 255 or 17.77% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #66EBED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66EBED is #991412. Grayscale: #C3C3C3. Windows color (decimal): -10032147 or 15592294. OLE color: 15592294.
HSL color Cylindrical-coordinate representation of color #66EBED: hue angle of 180.89º 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 #66EBED is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 235 | 237 | - |
| CMYK | 0.57 | 0.01 | 0 | 0.07 |
| HSL | 180.89º | 0.79% | 0.66% | - |
| HSV(B) | 180.89º | 0.57% | 0.93% | - |
| XYZ | 50.47 | 68.36 | 90.65 | - |
| YUV | 195.46 | 151.44 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 235 | 237 | 0.57 | 0.01 | 0 | 0.07 | 180.89 | 0.79 | 0.66 |
| Hex | 66 | EB | ED | 39 | 1 | 0 | 7 | B5 | 4F | 42 |
| Octal | 146 | 353 | 355 | 71 | 1 | 0 | 7 | 265 | 117 | 102 |
| Binary | 1100110 | 11101011 | 11101101 | 111001 | 1 | 0 | 111 | 10110101 | 1001111 | 1000010 |
Color Harmonies of #66EBED
Complementary color
Monochromatic Colors of #66EBED
Black with #66EBED
Text Example
Text Example
White with #66EBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EBED; }
p { color: rgb(102,235,237); }
H1.HeaderClassName
{
color: #66EBED;
}
.AnyTagClassName
{
color: #66EBED;
}
</style>
background-color css
<style>
a { background-color: #66EBED; }
a { background-color: rgb(102,235,237); }
div.DivClassName
{
background-color: #66EBED;
}
.BgClassName
{
background-color: #66EBED;
}
</style>
border-color css
<style>
span { border-color: #66EBED; }
span { border-color: rgb(102,235,237); }
td.TdClassName
{
border-color: #66EBED;
}
.TagClassName
{
border-color: #66EBED;
}
</style>