Shades of Turquoise Blue #6EE3FF
Tints of Turquoise Blue #6EE3FF
RGB
CMYK
RGB Variations
Color information
#6EE3FF (or 0x6EE3FF) is known color: Turquoise Blue. HEX triplet: 6E, E3 and FF. RGB value is (110,227,255). Sum of RGB (Red+Green+Blue) = 110+227+255=592 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.58% from 592); Green value is 227 (89.06% from 255 or 38.34% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EE3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE3FF is #911C00. Grayscale: #C2C2C2. Windows color (decimal): -9509889 or 16769902. OLE color: 16769902.
HSL color Cylindrical-coordinate representation of color #6EE3FF: hue angle of 191.59º 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 #6EE3FF is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 227 | 255 | - |
| CMYK | 0.57 | 0.11 | 0 | 0 |
| HSL | 191.59º | 1% | 0.72% | - |
| HSV(B) | 191.59º | 0.57% | 1% | - |
| XYZ | 51.95 | 65.47 | 104.51 | - |
| YUV | 195.21 | 161.74 | 67.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 227 | 255 | 0.57 | 0.11 | 0 | 0 | 191.59 | 1 | 0.72 |
| Hex | 6E | E3 | FF | 39 | B | 0 | 0 | C0 | 64 | 48 |
| Octal | 156 | 343 | 377 | 71 | 13 | 0 | 0 | 300 | 144 | 110 |
| Binary | 1101110 | 11100011 | 11111111 | 111001 | 1011 | 0 | 0 | 11000000 | 1100100 | 1001000 |
Color Harmonies of #6EE3FF
Complementary color
Monochromatic Colors of #6EE3FF
Black with #6EE3FF
Text Example
Text Example
White with #6EE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE3FF; }
p { color: rgb(110,227,255); }
H1.HeaderClassName
{
color: #6EE3FF;
}
.AnyTagClassName
{
color: #6EE3FF;
}
</style>
background-color css
<style>
a { background-color: #6EE3FF; }
a { background-color: rgb(110,227,255); }
div.DivClassName
{
background-color: #6EE3FF;
}
.BgClassName
{
background-color: #6EE3FF;
}
</style>
border-color css
<style>
span { border-color: #6EE3FF; }
span { border-color: rgb(110,227,255); }
td.TdClassName
{
border-color: #6EE3FF;
}
.TagClassName
{
border-color: #6EE3FF;
}
</style>