Shades of Turquoise Blue #6DE6DE
Tints of Turquoise Blue #6DE6DE
RGB
CMYK
RGB Variations
Color information
#6DE6DE (or 0x6DE6DE) is known color: Turquoise Blue. HEX triplet: 6D, E6 and DE. RGB value is (109,230,222). Sum of RGB (Red+Green+Blue) = 109+230+222=561 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.43% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #6DE6DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DE6DE is #921921. Grayscale: #C0C0C0. Windows color (decimal): -9574690 or 14607981. OLE color: 14607981.
HSL color Cylindrical-coordinate representation of color #6DE6DE: hue angle of 176.03º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DE6DE is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 109 | 230 | 222 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.10 |
| HSL | 176.03º | 0.71% | 0.66% | - |
| HSV(B) | 176.03º | 0.53% | 0.9% | - |
| XYZ | 47.79 | 65.12 | 79.16 | - |
| YUV | 192.91 | 144.41 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 230 | 222 | 0.53 | 0 | 0.03 | 0.10 | 176.03 | 0.71 | 0.66 |
| Hex | 6D | E6 | DE | 35 | 0 | 3 | A | B0 | 47 | 42 |
| Octal | 155 | 346 | 336 | 65 | 0 | 3 | 12 | 260 | 107 | 102 |
| Binary | 1101101 | 11100110 | 11011110 | 110101 | 0 | 11 | 1010 | 10110000 | 1000111 | 1000010 |
Color Harmonies of #6DE6DE
Complementary color
Monochromatic Colors of #6DE6DE
Black with #6DE6DE
Text Example
Text Example
White with #6DE6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE6DE; }
p { color: rgb(109,230,222); }
H1.HeaderClassName
{
color: #6DE6DE;
}
.AnyTagClassName
{
color: #6DE6DE;
}
</style>
background-color css
<style>
a { background-color: #6DE6DE; }
a { background-color: rgb(109,230,222); }
div.DivClassName
{
background-color: #6DE6DE;
}
.BgClassName
{
background-color: #6DE6DE;
}
</style>
border-color css
<style>
span { border-color: #6DE6DE; }
span { border-color: rgb(109,230,222); }
td.TdClassName
{
border-color: #6DE6DE;
}
.TagClassName
{
border-color: #6DE6DE;
}
</style>