Shades of Turquoise Blue #6FE2DE
Tints of Turquoise Blue #6FE2DE
RGB
CMYK
RGB Variations
Color information
#6FE2DE (or 0x6FE2DE) is known color: Turquoise Blue. HEX triplet: 6F, E2 and DE. RGB value is (111,226,222). Sum of RGB (Red+Green+Blue) = 111+226+222=559 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.86% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 222 (87.11% from 255 or 39.71% from 559); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2DE is #901D21. Grayscale: #BFBFBF. Windows color (decimal): -9444642 or 14606959. OLE color: 14606959.
HSL color Cylindrical-coordinate representation of color #6FE2DE: hue angle of 177.91º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6FE2DE is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 222 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.11 |
| HSL | 177.91º | 0.66% | 0.66% | - |
| HSV(B) | 177.91º | 0.51% | 0.89% | - |
| XYZ | 46.94 | 63.05 | 78.8 | - |
| YUV | 191.16 | 145.4 | 70.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 222 | 0.51 | 0 | 0.02 | 0.11 | 177.91 | 0.66 | 0.66 |
| Hex | 6F | E2 | DE | 33 | 0 | 2 | B | B2 | 42 | 42 |
| Octal | 157 | 342 | 336 | 63 | 0 | 2 | 13 | 262 | 102 | 102 |
| Binary | 1101111 | 11100010 | 11011110 | 110011 | 0 | 10 | 1011 | 10110010 | 1000010 | 1000010 |
Color Harmonies of #6FE2DE
Complementary color
Monochromatic Colors of #6FE2DE
Black with #6FE2DE
Text Example
Text Example
White with #6FE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2DE; }
p { color: rgb(111,226,222); }
H1.HeaderClassName
{
color: #6FE2DE;
}
.AnyTagClassName
{
color: #6FE2DE;
}
</style>
background-color css
<style>
a { background-color: #6FE2DE; }
a { background-color: rgb(111,226,222); }
div.DivClassName
{
background-color: #6FE2DE;
}
.BgClassName
{
background-color: #6FE2DE;
}
</style>
border-color css
<style>
span { border-color: #6FE2DE; }
span { border-color: rgb(111,226,222); }
td.TdClassName
{
border-color: #6FE2DE;
}
.TagClassName
{
border-color: #6FE2DE;
}
</style>