Shades of Turquoise Blue #6FE5E9
Tints of Turquoise Blue #6FE5E9
RGB
CMYK
RGB Variations
Color information
#6FE5E9 (or 0x6FE5E9) is known color: Turquoise Blue. HEX triplet: 6F, E5 and E9. RGB value is (111,229,233). Sum of RGB (Red+Green+Blue) = 111+229+233=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 233 (91.41% from 255 or 40.66% from 573); Max value from RGB is 233 - color contains mainly: blue. Hex color #6FE5E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FE5E9 is #901A16. Grayscale: #C2C2C2. Windows color (decimal): -9443863 or 15328623. OLE color: 15328623.
HSL color Cylindrical-coordinate representation of color #6FE5E9: hue angle of 181.97º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5E9 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 229 | 233 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.09 |
| HSL | 181.97º | 0.73% | 0.67% | - |
| HSV(B) | 181.97º | 0.52% | 0.91% | - |
| XYZ | 49.28 | 65.3 | 87.1 | - |
| YUV | 194.17 | 149.91 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 233 | 0.52 | 0.02 | 0 | 0.09 | 181.97 | 0.73 | 0.67 |
| Hex | 6F | E5 | E9 | 34 | 2 | 0 | 9 | B6 | 49 | 43 |
| Octal | 157 | 345 | 351 | 64 | 2 | 0 | 11 | 266 | 111 | 103 |
| Binary | 1101111 | 11100101 | 11101001 | 110100 | 10 | 0 | 1001 | 10110110 | 1001001 | 1000011 |
Color Harmonies of #6FE5E9
Complementary color
Monochromatic Colors of #6FE5E9
Black with #6FE5E9
Text Example
Text Example
White with #6FE5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5E9; }
p { color: rgb(111,229,233); }
H1.HeaderClassName
{
color: #6FE5E9;
}
.AnyTagClassName
{
color: #6FE5E9;
}
</style>
background-color css
<style>
a { background-color: #6FE5E9; }
a { background-color: rgb(111,229,233); }
div.DivClassName
{
background-color: #6FE5E9;
}
.BgClassName
{
background-color: #6FE5E9;
}
</style>
border-color css
<style>
span { border-color: #6FE5E9; }
span { border-color: rgb(111,229,233); }
td.TdClassName
{
border-color: #6FE5E9;
}
.TagClassName
{
border-color: #6FE5E9;
}
</style>