Shades of Turquoise Blue #6FF0E5
Tints of Turquoise Blue #6FF0E5
RGB
CMYK
RGB Variations
Color information
#6FF0E5 (or 0x6FF0E5) is known color: Turquoise Blue. HEX triplet: 6F, F0 and E5. RGB value is (111,240,229). Sum of RGB (Red+Green+Blue) = 111+240+229=580 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.14% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 229 (89.84% from 255 or 39.48% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0E5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FF0E5 is #900F1A. Grayscale: #C8C8C8. Windows color (decimal): -9441051 or 15069295. OLE color: 15069295.
HSL color Cylindrical-coordinate representation of color #6FF0E5: hue angle of 174.88º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FF0E5 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 229 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.06 |
| HSL | 174.88º | 0.81% | 0.69% | - |
| HSV(B) | 174.88º | 0.54% | 0.94% | - |
| XYZ | 51.86 | 71.36 | 85.17 | - |
| YUV | 200.18 | 144.26 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 229 | 0.54 | 0 | 0.05 | 0.06 | 174.88 | 0.81 | 0.69 |
| Hex | 6F | F0 | E5 | 36 | 0 | 5 | 6 | AF | 51 | 45 |
| Octal | 157 | 360 | 345 | 66 | 0 | 5 | 6 | 257 | 121 | 105 |
| Binary | 1101111 | 11110000 | 11100101 | 110110 | 0 | 101 | 110 | 10101111 | 1010001 | 1000101 |
Color Harmonies of #6FF0E5
Complementary color
Monochromatic Colors of #6FF0E5
Black with #6FF0E5
Text Example
Text Example
White with #6FF0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0E5; }
p { color: rgb(111,240,229); }
H1.HeaderClassName
{
color: #6FF0E5;
}
.AnyTagClassName
{
color: #6FF0E5;
}
</style>
background-color css
<style>
a { background-color: #6FF0E5; }
a { background-color: rgb(111,240,229); }
div.DivClassName
{
background-color: #6FF0E5;
}
.BgClassName
{
background-color: #6FF0E5;
}
</style>
border-color css
<style>
span { border-color: #6FF0E5; }
span { border-color: rgb(111,240,229); }
td.TdClassName
{
border-color: #6FF0E5;
}
.TagClassName
{
border-color: #6FF0E5;
}
</style>