Shades of Turquoise Blue #6ED2DF
Tints of Turquoise Blue #6ED2DF
RGB
CMYK
RGB Variations
Color information
#6ED2DF (or 0x6ED2DF) is known color: Turquoise Blue. HEX triplet: 6E, D2 and DF. RGB value is (110,210,223). Sum of RGB (Red+Green+Blue) = 110+210+223=543 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.26% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ED2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ED2DF is #912D20. Grayscale: #B5B5B5. Windows color (decimal): -9514273 or 14668398. OLE color: 14668398.
HSL color Cylindrical-coordinate representation of color #6ED2DF: hue angle of 186.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ED2DF is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 210 | 223 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.13 |
| HSL | 186.9º | 0.64% | 0.65% | - |
| HSV(B) | 186.9º | 0.51% | 0.87% | - |
| XYZ | 42.8 | 54.74 | 78.12 | - |
| YUV | 181.58 | 151.37 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 210 | 223 | 0.51 | 0.06 | 0 | 0.13 | 186.9 | 0.64 | 0.65 |
| Hex | 6E | D2 | DF | 33 | 6 | 0 | D | BB | 40 | 41 |
| Octal | 156 | 322 | 337 | 63 | 6 | 0 | 15 | 273 | 100 | 101 |
| Binary | 1101110 | 11010010 | 11011111 | 110011 | 110 | 0 | 1101 | 10111011 | 1000000 | 1000001 |
Color Harmonies of #6ED2DF
Complementary color
Monochromatic Colors of #6ED2DF
Black with #6ED2DF
Text Example
Text Example
White with #6ED2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED2DF; }
p { color: rgb(110,210,223); }
H1.HeaderClassName
{
color: #6ED2DF;
}
.AnyTagClassName
{
color: #6ED2DF;
}
</style>
background-color css
<style>
a { background-color: #6ED2DF; }
a { background-color: rgb(110,210,223); }
div.DivClassName
{
background-color: #6ED2DF;
}
.BgClassName
{
background-color: #6ED2DF;
}
</style>
border-color css
<style>
span { border-color: #6ED2DF; }
span { border-color: rgb(110,210,223); }
td.TdClassName
{
border-color: #6ED2DF;
}
.TagClassName
{
border-color: #6ED2DF;
}
</style>