Shades of Turquoise Blue #6ED2D6
Tints of Turquoise Blue #6ED2D6
RGB
CMYK
RGB Variations
Color information
#6ED2D6 (or 0x6ED2D6) is known color: Turquoise Blue. HEX triplet: 6E, D2 and D6. RGB value is (110,210,214). Sum of RGB (Red+Green+Blue) = 110+210+214=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #6ED2D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2D6 is #912D29. Grayscale: #B4B4B4. Windows color (decimal): -9514282 or 14078574. OLE color: 14078574.
HSL color Cylindrical-coordinate representation of color #6ED2D6: hue angle of 182.31º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ED2D6 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 210 | 214 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.16 |
| HSL | 182.31º | 0.56% | 0.64% | - |
| HSV(B) | 182.31º | 0.49% | 0.84% | - |
| XYZ | 41.61 | 54.26 | 71.9 | - |
| YUV | 180.56 | 146.87 | 77.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 214 | 0.49 | 0.02 | 0 | 0.16 | 182.31 | 0.56 | 0.64 |
| Hex | 6E | D2 | D6 | 31 | 2 | 0 | 10 | B6 | 38 | 40 |
| Octal | 156 | 322 | 326 | 61 | 2 | 0 | 20 | 266 | 70 | 100 |
| Binary | 1101110 | 11010010 | 11010110 | 110001 | 10 | 0 | 10000 | 10110110 | 111000 | 1000000 |
Color Harmonies of #6ED2D6
Complementary color
Monochromatic Colors of #6ED2D6
Black with #6ED2D6
Text Example
Text Example
White with #6ED2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2D6; }
p { color: rgb(110,210,214); }
H1.HeaderClassName
{
color: #6ED2D6;
}
.AnyTagClassName
{
color: #6ED2D6;
}
</style>
background-color css
<style>
a { background-color: #6ED2D6; }
a { background-color: rgb(110,210,214); }
div.DivClassName
{
background-color: #6ED2D6;
}
.BgClassName
{
background-color: #6ED2D6;
}
</style>
border-color css
<style>
span { border-color: #6ED2D6; }
span { border-color: rgb(110,210,214); }
td.TdClassName
{
border-color: #6ED2D6;
}
.TagClassName
{
border-color: #6ED2D6;
}
</style>