Shades of Turquoise Blue #6EDADA
Tints of Turquoise Blue #6EDADA
RGB
CMYK
RGB Variations
Color information
#6EDADA (or 0x6EDADA) is known color: Turquoise Blue. HEX triplet: 6E, DA and DA. RGB value is (110,218,218). Sum of RGB (Red+Green+Blue) = 110+218+218=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #6EDADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDADA is #912525. Grayscale: #B9B9B9. Windows color (decimal): -9512230 or 14342766. OLE color: 14342766.
HSL color Cylindrical-coordinate representation of color #6EDADA: hue angle of 180º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EDADA is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 218 | - |
| CMYK | 0.50 | 0 | 0 | 0.15 |
| HSL | 180º | 0.59% | 0.64% | - |
| HSV(B) | 180º | 0.5% | 0.85% | - |
| XYZ | 44.16 | 58.52 | 75.3 | - |
| YUV | 185.71 | 146.22 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 218 | 0.50 | 0 | 0 | 0.15 | 180 | 0.59 | 0.64 |
| Hex | 6E | DA | DA | 32 | 0 | 0 | F | B4 | 3B | 40 |
| Octal | 156 | 332 | 332 | 62 | 0 | 0 | 17 | 264 | 73 | 100 |
| Binary | 1101110 | 11011010 | 11011010 | 110010 | 0 | 0 | 1111 | 10110100 | 111011 | 1000000 |
Color Harmonies of #6EDADA
Complementary color
Monochromatic Colors of #6EDADA
Black with #6EDADA
Text Example
Text Example
White with #6EDADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDADA; }
p { color: rgb(110,218,218); }
H1.HeaderClassName
{
color: #6EDADA;
}
.AnyTagClassName
{
color: #6EDADA;
}
</style>
background-color css
<style>
a { background-color: #6EDADA; }
a { background-color: rgb(110,218,218); }
div.DivClassName
{
background-color: #6EDADA;
}
.BgClassName
{
background-color: #6EDADA;
}
</style>
border-color css
<style>
span { border-color: #6EDADA; }
span { border-color: rgb(110,218,218); }
td.TdClassName
{
border-color: #6EDADA;
}
.TagClassName
{
border-color: #6EDADA;
}
</style>