Shades of Turquoise Blue #6EE3FE
Tints of Turquoise Blue #6EE3FE
RGB
CMYK
RGB Variations
Color information
#6EE3FE (or 0x6EE3FE) is known color: Turquoise Blue. HEX triplet: 6E, E3 and FE. RGB value is (110,227,254). Sum of RGB (Red+Green+Blue) = 110+227+254=591 (78% of max value = 765). Red value is 110 (43.36% from 255 or 18.61% from 591); Green value is 227 (89.06% from 255 or 38.41% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EE3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EE3FE is #911C01. Grayscale: #C2C2C2. Windows color (decimal): -9509890 or 16704366. OLE color: 16704366.
HSL color Cylindrical-coordinate representation of color #6EE3FE: hue angle of 191.25º 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 #6EE3FE is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 227 | 254 | - |
| CMYK | 0.57 | 0.11 | 0 | 0.00 |
| HSL | 191.25º | 0.99% | 0.71% | - |
| HSV(B) | 191.25º | 0.57% | 1% | - |
| XYZ | 51.79 | 65.41 | 103.66 | - |
| YUV | 195.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 227 | 254 | 0.57 | 0.11 | 0 | 0.00 | 191.25 | 0.99 | 0.71 |
| Hex | 6E | E3 | FE | 39 | B | 0 | 0 | BF | 63 | 47 |
| Octal | 156 | 343 | 376 | 71 | 13 | 0 | 0 | 277 | 143 | 107 |
| Binary | 1101110 | 11100011 | 11111110 | 111001 | 1011 | 0 | 0 | 10111111 | 1100011 | 1000111 |
Color Harmonies of #6EE3FE
Complementary color
Monochromatic Colors of #6EE3FE
Black with #6EE3FE
Text Example
Text Example
White with #6EE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE3FE; }
p { color: rgb(110,227,254); }
H1.HeaderClassName
{
color: #6EE3FE;
}
.AnyTagClassName
{
color: #6EE3FE;
}
</style>
background-color css
<style>
a { background-color: #6EE3FE; }
a { background-color: rgb(110,227,254); }
div.DivClassName
{
background-color: #6EE3FE;
}
.BgClassName
{
background-color: #6EE3FE;
}
</style>
border-color css
<style>
span { border-color: #6EE3FE; }
span { border-color: rgb(110,227,254); }
td.TdClassName
{
border-color: #6EE3FE;
}
.TagClassName
{
border-color: #6EE3FE;
}
</style>