Shades of Turquoise Blue #6ED5D4
Tints of Turquoise Blue #6ED5D4
RGB
CMYK
RGB Variations
Color information
#6ED5D4 (or 0x6ED5D4) is known color: Turquoise Blue. HEX triplet: 6E, D5 and D4. RGB value is (110,213,212). Sum of RGB (Red+Green+Blue) = 110+213+212=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #6ED5D4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED5D4 is #912A2B. Grayscale: #B5B5B5. Windows color (decimal): -9513516 or 13948270. OLE color: 13948270.
HSL color Cylindrical-coordinate representation of color #6ED5D4: hue angle of 179.42º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ED5D4 is Cyan = 0.48, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 213 | 212 | - |
| CMYK | 0.48 | 0 | 0.00 | 0.16 |
| HSL | 179.42º | 0.55% | 0.63% | - |
| HSV(B) | 179.42º | 0.48% | 0.84% | - |
| XYZ | 42.11 | 55.66 | 70.81 | - |
| YUV | 182.09 | 144.88 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 213 | 212 | 0.48 | 0 | 0.00 | 0.16 | 179.42 | 0.55 | 0.63 |
| Hex | 6E | D5 | D4 | 30 | 0 | 0 | 10 | B3 | 37 | 3F |
| Octal | 156 | 325 | 324 | 60 | 0 | 0 | 20 | 263 | 67 | 77 |
| Binary | 1101110 | 11010101 | 11010100 | 110000 | 0 | 0 | 10000 | 10110011 | 110111 | 111111 |
Color Harmonies of #6ED5D4
Complementary color
Monochromatic Colors of #6ED5D4
Black with #6ED5D4
Text Example
Text Example
White with #6ED5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED5D4; }
p { color: rgb(110,213,212); }
H1.HeaderClassName
{
color: #6ED5D4;
}
.AnyTagClassName
{
color: #6ED5D4;
}
</style>
background-color css
<style>
a { background-color: #6ED5D4; }
a { background-color: rgb(110,213,212); }
div.DivClassName
{
background-color: #6ED5D4;
}
.BgClassName
{
background-color: #6ED5D4;
}
</style>
border-color css
<style>
span { border-color: #6ED5D4; }
span { border-color: rgb(110,213,212); }
td.TdClassName
{
border-color: #6ED5D4;
}
.TagClassName
{
border-color: #6ED5D4;
}
</style>