Shades of Turquoise Blue #6EE2FF
Tints of Turquoise Blue #6EE2FF
RGB
CMYK
RGB Variations
Color information
#6EE2FF (or 0x6EE2FF) is known color: Turquoise Blue. HEX triplet: 6E, E2 and FF. RGB value is (110,226,255). Sum of RGB (Red+Green+Blue) = 110+226+255=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE2FF is #911D00. Grayscale: #C2C2C2. Windows color (decimal): -9510145 or 16769646. OLE color: 16769646.
HSL color Cylindrical-coordinate representation of color #6EE2FF: hue angle of 192º 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 #6EE2FF is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 226 | 255 | - |
| CMYK | 0.57 | 0.11 | 0 | 0 |
| HSL | 192º | 1% | 0.72% | - |
| HSV(B) | 192º | 0.57% | 1% | - |
| XYZ | 51.68 | 64.93 | 104.42 | - |
| YUV | 194.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 226 | 255 | 0.57 | 0.11 | 0 | 0 | 192 | 1 | 0.72 |
| Hex | 6E | E2 | FF | 39 | B | 0 | 0 | C0 | 64 | 48 |
| Octal | 156 | 342 | 377 | 71 | 13 | 0 | 0 | 300 | 144 | 110 |
| Binary | 1101110 | 11100010 | 11111111 | 111001 | 1011 | 0 | 0 | 11000000 | 1100100 | 1001000 |
Color Harmonies of #6EE2FF
Complementary color
Monochromatic Colors of #6EE2FF
Black with #6EE2FF
Text Example
Text Example
White with #6EE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE2FF; }
p { color: rgb(110,226,255); }
H1.HeaderClassName
{
color: #6EE2FF;
}
.AnyTagClassName
{
color: #6EE2FF;
}
</style>
background-color css
<style>
a { background-color: #6EE2FF; }
a { background-color: rgb(110,226,255); }
div.DivClassName
{
background-color: #6EE2FF;
}
.BgClassName
{
background-color: #6EE2FF;
}
</style>
border-color css
<style>
span { border-color: #6EE2FF; }
span { border-color: rgb(110,226,255); }
td.TdClassName
{
border-color: #6EE2FF;
}
.TagClassName
{
border-color: #6EE2FF;
}
</style>