Shades of Turquoise Blue #6DE2DE
Tints of Turquoise Blue #6DE2DE
RGB
CMYK
RGB Variations
Color information
#6DE2DE (or 0x6DE2DE) is known color: Turquoise Blue. HEX triplet: 6D, E2 and DE. RGB value is (109,226,222). Sum of RGB (Red+Green+Blue) = 109+226+222=557 (73% of max value = 765). Red value is 109 (42.97% from 255 or 19.57% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #6DE2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE2DE is #921D21. Grayscale: #BEBEBE. Windows color (decimal): -9575714 or 14606957. OLE color: 14606957.
HSL color Cylindrical-coordinate representation of color #6DE2DE: hue angle of 177.95º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DE2DE is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 226 | 222 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.11 |
| HSL | 177.95º | 0.67% | 0.66% | - |
| HSV(B) | 177.95º | 0.52% | 0.89% | - |
| XYZ | 46.69 | 62.92 | 78.79 | - |
| YUV | 190.56 | 145.74 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 226 | 222 | 0.52 | 0 | 0.02 | 0.11 | 177.95 | 0.67 | 0.66 |
| Hex | 6D | E2 | DE | 34 | 0 | 2 | B | B2 | 43 | 42 |
| Octal | 155 | 342 | 336 | 64 | 0 | 2 | 13 | 262 | 103 | 102 |
| Binary | 1101101 | 11100010 | 11011110 | 110100 | 0 | 10 | 1011 | 10110010 | 1000011 | 1000010 |
Color Harmonies of #6DE2DE
Complementary color
Monochromatic Colors of #6DE2DE
Black with #6DE2DE
Text Example
Text Example
White with #6DE2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE2DE; }
p { color: rgb(109,226,222); }
H1.HeaderClassName
{
color: #6DE2DE;
}
.AnyTagClassName
{
color: #6DE2DE;
}
</style>
background-color css
<style>
a { background-color: #6DE2DE; }
a { background-color: rgb(109,226,222); }
div.DivClassName
{
background-color: #6DE2DE;
}
.BgClassName
{
background-color: #6DE2DE;
}
</style>
border-color css
<style>
span { border-color: #6DE2DE; }
span { border-color: rgb(109,226,222); }
td.TdClassName
{
border-color: #6DE2DE;
}
.TagClassName
{
border-color: #6DE2DE;
}
</style>