Shades of Turquoise Blue #6EEFE4
Tints of Turquoise Blue #6EEFE4
RGB
CMYK
RGB Variations
Color information
#6EEFE4 (or 0x6EEFE4) is known color: Turquoise Blue. HEX triplet: 6E, EF and E4. RGB value is (110,239,228). Sum of RGB (Red+Green+Blue) = 110+239+228=577 (76% of max value = 765). Red value is 110 (43.36% from 255 or 19.06% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFE4 is #91101B. Grayscale: #C7C7C7. Windows color (decimal): -9506844 or 15003502. OLE color: 15003502.
HSL color Cylindrical-coordinate representation of color #6EEFE4: hue angle of 174.88º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFE4 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 239 | 228 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.06 |
| HSL | 174.88º | 0.8% | 0.68% | - |
| HSV(B) | 174.88º | 0.54% | 0.94% | - |
| XYZ | 51.3 | 70.65 | 84.33 | - |
| YUV | 199.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 239 | 228 | 0.54 | 0 | 0.05 | 0.06 | 174.88 | 0.8 | 0.68 |
| Hex | 6E | EF | E4 | 36 | 0 | 5 | 6 | AF | 50 | 44 |
| Octal | 156 | 357 | 344 | 66 | 0 | 5 | 6 | 257 | 120 | 104 |
| Binary | 1101110 | 11101111 | 11100100 | 110110 | 0 | 101 | 110 | 10101111 | 1010000 | 1000100 |
Color Harmonies of #6EEFE4
Complementary color
Monochromatic Colors of #6EEFE4
Black with #6EEFE4
Text Example
Text Example
White with #6EEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EEFE4; }
p { color: rgb(110,239,228); }
H1.HeaderClassName
{
color: #6EEFE4;
}
.AnyTagClassName
{
color: #6EEFE4;
}
</style>
background-color css
<style>
a { background-color: #6EEFE4; }
a { background-color: rgb(110,239,228); }
div.DivClassName
{
background-color: #6EEFE4;
}
.BgClassName
{
background-color: #6EEFE4;
}
</style>
border-color css
<style>
span { border-color: #6EEFE4; }
span { border-color: rgb(110,239,228); }
td.TdClassName
{
border-color: #6EEFE4;
}
.TagClassName
{
border-color: #6EEFE4;
}
</style>