Shades of Turquoise Blue #6FF0E9
Tints of Turquoise Blue #6FF0E9
RGB
CMYK
RGB Variations
Color information
#6FF0E9 (or 0x6FF0E9) is known color: Turquoise Blue. HEX triplet: 6F, F0 and E9. RGB value is (111,240,233). Sum of RGB (Red+Green+Blue) = 111+240+233=584 (77% of max value = 765). Red value is 111 (43.75% from 255 or 19.01% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 233 (91.41% from 255 or 39.90% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #6FF0E9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6FF0E9 is #900F16. Grayscale: #C8C8C8. Windows color (decimal): -9441047 or 15331439. OLE color: 15331439.
HSL color Cylindrical-coordinate representation of color #6FF0E9: hue angle of 176.74º 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 #6FF0E9 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 240 | 233 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.06 |
| HSL | 176.74º | 0.81% | 0.69% | - |
| HSV(B) | 176.74º | 0.54% | 0.94% | - |
| XYZ | 52.42 | 71.58 | 88.14 | - |
| YUV | 200.63 | 146.26 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 240 | 233 | 0.54 | 0 | 0.03 | 0.06 | 176.74 | 0.81 | 0.69 |
| Hex | 6F | F0 | E9 | 36 | 0 | 3 | 6 | B1 | 51 | 45 |
| Octal | 157 | 360 | 351 | 66 | 0 | 3 | 6 | 261 | 121 | 105 |
| Binary | 1101111 | 11110000 | 11101001 | 110110 | 0 | 11 | 110 | 10110001 | 1010001 | 1000101 |
Color Harmonies of #6FF0E9
Complementary color
Monochromatic Colors of #6FF0E9
Black with #6FF0E9
Text Example
Text Example
White with #6FF0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FF0E9; }
p { color: rgb(111,240,233); }
H1.HeaderClassName
{
color: #6FF0E9;
}
.AnyTagClassName
{
color: #6FF0E9;
}
</style>
background-color css
<style>
a { background-color: #6FF0E9; }
a { background-color: rgb(111,240,233); }
div.DivClassName
{
background-color: #6FF0E9;
}
.BgClassName
{
background-color: #6FF0E9;
}
</style>
border-color css
<style>
span { border-color: #6FF0E9; }
span { border-color: rgb(111,240,233); }
td.TdClassName
{
border-color: #6FF0E9;
}
.TagClassName
{
border-color: #6FF0E9;
}
</style>