Shades of Turquoise Blue #6EE2FE
Tints of Turquoise Blue #6EE2FE
RGB
CMYK
RGB Variations
Color information
#6EE2FE (or 0x6EE2FE) is known color: Turquoise Blue. HEX triplet: 6E, E2 and FE. RGB value is (110,226,254). Sum of RGB (Red+Green+Blue) = 110+226+254=590 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.64% from 590); Green value is 226 (88.67% from 255 or 38.31% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EE2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE2FE is #911D01. Grayscale: #C2C2C2. Windows color (decimal): -9510146 or 16704110. OLE color: 16704110.
HSL color Cylindrical-coordinate representation of color #6EE2FE: hue angle of 191.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EE2FE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 226 | 254 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.00 |
| HSL | 191.67º | 0.99% | 0.71% | - |
| HSV(B) | 191.67º | 0.57% | 1% | - |
| XYZ | 51.52 | 64.86 | 103.57 | - |
| YUV | 194.51 | 161.57 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 226 | 254 | 0.57 | 0.11 | 0 | 0.00 | 191.67 | 0.99 | 0.71 |
| Hex | 6E | E2 | FE | 39 | B | 0 | 0 | C0 | 63 | 47 |
| Octal | 156 | 342 | 376 | 71 | 13 | 0 | 0 | 300 | 143 | 107 |
| Binary | 1101110 | 11100010 | 11111110 | 111001 | 1011 | 0 | 0 | 11000000 | 1100011 | 1000111 |
Color Harmonies of #6EE2FE
Complementary color
Monochromatic Colors of #6EE2FE
Black with #6EE2FE
Text Example
Text Example
White with #6EE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE2FE; }
p { color: rgb(110,226,254); }
H1.HeaderClassName
{
color: #6EE2FE;
}
.AnyTagClassName
{
color: #6EE2FE;
}
</style>
background-color css
<style>
a { background-color: #6EE2FE; }
a { background-color: rgb(110,226,254); }
div.DivClassName
{
background-color: #6EE2FE;
}
.BgClassName
{
background-color: #6EE2FE;
}
</style>
border-color css
<style>
span { border-color: #6EE2FE; }
span { border-color: rgb(110,226,254); }
td.TdClassName
{
border-color: #6EE2FE;
}
.TagClassName
{
border-color: #6EE2FE;
}
</style>