Shades of Turquoise Blue #6DE7DE
Tints of Turquoise Blue #6DE7DE
RGB
CMYK
RGB Variations
Color information
#6DE7DE (or 0x6DE7DE) is known color: Turquoise Blue. HEX triplet: 6D, E7 and DE. RGB value is (109,231,222). Sum of RGB (Red+Green+Blue) = 109+231+222=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #6DE7DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE7DE is #921821. Grayscale: #C1C1C1. Windows color (decimal): -9574434 or 14608237. OLE color: 14608237.
HSL color Cylindrical-coordinate representation of color #6DE7DE: hue angle of 175.57º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE7DE is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 109 | 231 | 222 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.09 |
| HSL | 175.57º | 0.72% | 0.67% | - |
| HSV(B) | 175.57º | 0.53% | 0.91% | - |
| XYZ | 48.07 | 65.68 | 79.25 | - |
| YUV | 193.5 | 144.08 | 67.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 231 | 222 | 0.53 | 0 | 0.04 | 0.09 | 175.57 | 0.72 | 0.67 |
| Hex | 6D | E7 | DE | 35 | 0 | 4 | 9 | B0 | 48 | 43 |
| Octal | 155 | 347 | 336 | 65 | 0 | 4 | 11 | 260 | 110 | 103 |
| Binary | 1101101 | 11100111 | 11011110 | 110101 | 0 | 100 | 1001 | 10110000 | 1001000 | 1000011 |
Color Harmonies of #6DE7DE
Complementary color
Monochromatic Colors of #6DE7DE
Black with #6DE7DE
Text Example
Text Example
White with #6DE7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE7DE; }
p { color: rgb(109,231,222); }
H1.HeaderClassName
{
color: #6DE7DE;
}
.AnyTagClassName
{
color: #6DE7DE;
}
</style>
background-color css
<style>
a { background-color: #6DE7DE; }
a { background-color: rgb(109,231,222); }
div.DivClassName
{
background-color: #6DE7DE;
}
.BgClassName
{
background-color: #6DE7DE;
}
</style>
border-color css
<style>
span { border-color: #6DE7DE; }
span { border-color: rgb(109,231,222); }
td.TdClassName
{
border-color: #6DE7DE;
}
.TagClassName
{
border-color: #6DE7DE;
}
</style>