Shades of Turquoise Blue #6EEBEB
Tints of Turquoise Blue #6EEBEB
RGB
CMYK
RGB Variations
Color information
#6EEBEB (or 0x6EEBEB) is known color: Turquoise Blue. HEX triplet: 6E, EB and EB. RGB value is (110,235,235). Sum of RGB (Red+Green+Blue) = 110+235+235=580 (76% of max value = 765). Red value is 110 (43.36% from 255 or 18.97% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 235 (92.19% from 255 or 40.52% from 580); Max value from RGB is 235 - color contains mainly: green, blue. Hex color #6EEBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6EEBEB is #911414. Grayscale: #C5C5C5. Windows color (decimal): -9507861 or 15461230. OLE color: 15461230.
HSL color Cylindrical-coordinate representation of color #6EEBEB: hue angle of 180º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EEBEB is Cyan = 0.53, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 235 | 235 | - |
| CMYK | 0.53 | 0 | 0 | 0.08 |
| HSL | 180º | 0.76% | 0.68% | - |
| HSV(B) | 180º | 0.53% | 0.92% | - |
| XYZ | 51.13 | 68.73 | 89.17 | - |
| YUV | 197.63 | 149.09 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 235 | 235 | 0.53 | 0 | 0 | 0.08 | 180 | 0.76 | 0.68 |
| Hex | 6E | EB | EB | 35 | 0 | 0 | 8 | B4 | 4C | 44 |
| Octal | 156 | 353 | 353 | 65 | 0 | 0 | 10 | 264 | 114 | 104 |
| Binary | 1101110 | 11101011 | 11101011 | 110101 | 0 | 0 | 1000 | 10110100 | 1001100 | 1000100 |
Color Harmonies of #6EEBEB
Complementary color
Monochromatic Colors of #6EEBEB
Black with #6EEBEB
Text Example
Text Example
White with #6EEBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEBEB; }
p { color: rgb(110,235,235); }
H1.HeaderClassName
{
color: #6EEBEB;
}
.AnyTagClassName
{
color: #6EEBEB;
}
</style>
background-color css
<style>
a { background-color: #6EEBEB; }
a { background-color: rgb(110,235,235); }
div.DivClassName
{
background-color: #6EEBEB;
}
.BgClassName
{
background-color: #6EEBEB;
}
</style>
border-color css
<style>
span { border-color: #6EEBEB; }
span { border-color: rgb(110,235,235); }
td.TdClassName
{
border-color: #6EEBEB;
}
.TagClassName
{
border-color: #6EEBEB;
}
</style>