Shades of Turquoise Blue #6FE5E0
Tints of Turquoise Blue #6FE5E0
RGB
CMYK
RGB Variations
Color information
#6FE5E0 (or 0x6FE5E0) is known color: Turquoise Blue. HEX triplet: 6F, E5 and E0. RGB value is (111,229,224). Sum of RGB (Red+Green+Blue) = 111+229+224=564 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.68% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #6FE5E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE5E0 is #901A1F. Grayscale: #C1C1C1. Windows color (decimal): -9443872 or 14738799. OLE color: 14738799.
HSL color Cylindrical-coordinate representation of color #6FE5E0: hue angle of 177.46º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6FE5E0 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 111 | 229 | 224 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.10 |
| HSL | 177.46º | 0.69% | 0.67% | - |
| HSV(B) | 177.46º | 0.52% | 0.9% | - |
| XYZ | 48.03 | 64.8 | 80.5 | - |
| YUV | 193.15 | 145.41 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 229 | 224 | 0.52 | 0 | 0.02 | 0.10 | 177.46 | 0.69 | 0.67 |
| Hex | 6F | E5 | E0 | 34 | 0 | 2 | A | B1 | 45 | 43 |
| Octal | 157 | 345 | 340 | 64 | 0 | 2 | 12 | 261 | 105 | 103 |
| Binary | 1101111 | 11100101 | 11100000 | 110100 | 0 | 10 | 1010 | 10110001 | 1000101 | 1000011 |
Color Harmonies of #6FE5E0
Complementary color
Monochromatic Colors of #6FE5E0
Black with #6FE5E0
Text Example
Text Example
White with #6FE5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE5E0; }
p { color: rgb(111,229,224); }
H1.HeaderClassName
{
color: #6FE5E0;
}
.AnyTagClassName
{
color: #6FE5E0;
}
</style>
background-color css
<style>
a { background-color: #6FE5E0; }
a { background-color: rgb(111,229,224); }
div.DivClassName
{
background-color: #6FE5E0;
}
.BgClassName
{
background-color: #6FE5E0;
}
</style>
border-color css
<style>
span { border-color: #6FE5E0; }
span { border-color: rgb(111,229,224); }
td.TdClassName
{
border-color: #6FE5E0;
}
.TagClassName
{
border-color: #6FE5E0;
}
</style>