Shades of Turquoise Blue #6EE0FF
Tints of Turquoise Blue #6EE0FF
RGB
CMYK
RGB Variations
Color information
#6EE0FF (or 0x6EE0FF) is known color: Turquoise Blue. HEX triplet: 6E, E0 and FF. RGB value is (110,224,255). Sum of RGB (Red+Green+Blue) = 110+224+255=589 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.68% from 589); Green value is 224 (87.89% from 255 or 38.03% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE0FF is #911F00. Grayscale: #C1C1C1. Windows color (decimal): -9510657 or 16769134. OLE color: 16769134.
HSL color Cylindrical-coordinate representation of color #6EE0FF: hue angle of 192.83º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE0FF is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 224 | 255 | - |
| CMYK | 0.57 | 0.12 | 0 | 0 |
| HSL | 192.83º | 1% | 0.72% | - |
| HSV(B) | 192.83º | 0.57% | 1% | - |
| XYZ | 51.14 | 63.85 | 104.24 | - |
| YUV | 193.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 224 | 255 | 0.57 | 0.12 | 0 | 0 | 192.83 | 1 | 0.72 |
| Hex | 6E | E0 | FF | 39 | C | 0 | 0 | C1 | 64 | 48 |
| Octal | 156 | 340 | 377 | 71 | 14 | 0 | 0 | 301 | 144 | 110 |
| Binary | 1101110 | 11100000 | 11111111 | 111001 | 1100 | 0 | 0 | 11000001 | 1100100 | 1001000 |
Color Harmonies of #6EE0FF
Complementary color
Monochromatic Colors of #6EE0FF
Black with #6EE0FF
Text Example
Text Example
White with #6EE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE0FF; }
p { color: rgb(110,224,255); }
H1.HeaderClassName
{
color: #6EE0FF;
}
.AnyTagClassName
{
color: #6EE0FF;
}
</style>
background-color css
<style>
a { background-color: #6EE0FF; }
a { background-color: rgb(110,224,255); }
div.DivClassName
{
background-color: #6EE0FF;
}
.BgClassName
{
background-color: #6EE0FF;
}
</style>
border-color css
<style>
span { border-color: #6EE0FF; }
span { border-color: rgb(110,224,255); }
td.TdClassName
{
border-color: #6EE0FF;
}
.TagClassName
{
border-color: #6EE0FF;
}
</style>