Shades of Turquoise Blue #6DE3D7
Tints of Turquoise Blue #6DE3D7
RGB
CMYK
RGB Variations
Color information
#6DE3D7 (or 0x6DE3D7) is known color: Turquoise Blue. HEX triplet: 6D, E3 and D7. RGB value is (109,227,215). Sum of RGB (Red+Green+Blue) = 109+227+215=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 215 (84.38% from 255 or 39.02% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #6DE3D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DE3D7 is #921C28. Grayscale: #BEBEBE. Windows color (decimal): -9575465 or 14148461. OLE color: 14148461.
HSL color Cylindrical-coordinate representation of color #6DE3D7: hue angle of 173.9º degrees, saturation: 0.68, 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 #6DE3D7 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 109 | 227 | 215 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.11 |
| HSL | 173.9º | 0.68% | 0.66% | - |
| HSV(B) | 173.9º | 0.52% | 0.89% | - |
| XYZ | 46.04 | 63.1 | 74.04 | - |
| YUV | 190.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 227 | 215 | 0.52 | 0 | 0.05 | 0.11 | 173.9 | 0.68 | 0.66 |
| Hex | 6D | E3 | D7 | 34 | 0 | 5 | B | AE | 44 | 42 |
| Octal | 155 | 343 | 327 | 64 | 0 | 5 | 13 | 256 | 104 | 102 |
| Binary | 1101101 | 11100011 | 11010111 | 110100 | 0 | 101 | 1011 | 10101110 | 1000100 | 1000010 |
Color Harmonies of #6DE3D7
Complementary color
Monochromatic Colors of #6DE3D7
Black with #6DE3D7
Text Example
Text Example
White with #6DE3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DE3D7; }
p { color: rgb(109,227,215); }
H1.HeaderClassName
{
color: #6DE3D7;
}
.AnyTagClassName
{
color: #6DE3D7;
}
</style>
background-color css
<style>
a { background-color: #6DE3D7; }
a { background-color: rgb(109,227,215); }
div.DivClassName
{
background-color: #6DE3D7;
}
.BgClassName
{
background-color: #6DE3D7;
}
</style>
border-color css
<style>
span { border-color: #6DE3D7; }
span { border-color: rgb(109,227,215); }
td.TdClassName
{
border-color: #6DE3D7;
}
.TagClassName
{
border-color: #6DE3D7;
}
</style>