Shades of Turquoise Blue #6FE2DD
Tints of Turquoise Blue #6FE2DD
RGB
CMYK
RGB Variations
Color information
#6FE2DD (or 0x6FE2DD) is known color: Turquoise Blue. HEX triplet: 6F, E2 and DD. RGB value is (111,226,221). Sum of RGB (Red+Green+Blue) = 111+226+221=558 (73% of max value = 765). Red value is 111 (43.75% from 255 or 19.89% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #6FE2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FE2DD is #901D22. Grayscale: #BEBEBE. Windows color (decimal): -9444643 or 14541423. OLE color: 14541423.
HSL color Cylindrical-coordinate representation of color #6FE2DD: hue angle of 177.39º 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 #6FE2DD is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 226 | 221 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.11 |
| HSL | 177.39º | 0.66% | 0.66% | - |
| HSV(B) | 177.39º | 0.51% | 0.89% | - |
| XYZ | 46.8 | 62.99 | 78.1 | - |
| YUV | 191.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 226 | 221 | 0.51 | 0 | 0.02 | 0.11 | 177.39 | 0.66 | 0.66 |
| Hex | 6F | E2 | DD | 33 | 0 | 2 | B | B1 | 42 | 42 |
| Octal | 157 | 342 | 335 | 63 | 0 | 2 | 13 | 261 | 102 | 102 |
| Binary | 1101111 | 11100010 | 11011101 | 110011 | 0 | 10 | 1011 | 10110001 | 1000010 | 1000010 |
Color Harmonies of #6FE2DD
Complementary color
Monochromatic Colors of #6FE2DD
Black with #6FE2DD
Text Example
Text Example
White with #6FE2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE2DD; }
p { color: rgb(111,226,221); }
H1.HeaderClassName
{
color: #6FE2DD;
}
.AnyTagClassName
{
color: #6FE2DD;
}
</style>
background-color css
<style>
a { background-color: #6FE2DD; }
a { background-color: rgb(111,226,221); }
div.DivClassName
{
background-color: #6FE2DD;
}
.BgClassName
{
background-color: #6FE2DD;
}
</style>
border-color css
<style>
span { border-color: #6FE2DD; }
span { border-color: rgb(111,226,221); }
td.TdClassName
{
border-color: #6FE2DD;
}
.TagClassName
{
border-color: #6FE2DD;
}
</style>