Shades of Turquoise Blue #6EDFD6
Tints of Turquoise Blue #6EDFD6
RGB
CMYK
RGB Variations
Color information
#6EDFD6 (or 0x6EDFD6) is known color: Turquoise Blue. HEX triplet: 6E, DF and D6. RGB value is (110,223,214). Sum of RGB (Red+Green+Blue) = 110+223+214=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFD6 is #912029. Grayscale: #BCBCBC. Windows color (decimal): -9510954 or 14081902. OLE color: 14081902.
HSL color Cylindrical-coordinate representation of color #6EDFD6: hue angle of 175.22º 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 #6EDFD6 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 214 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.13 |
| HSL | 175.22º | 0.64% | 0.65% | - |
| HSV(B) | 175.22º | 0.51% | 0.87% | - |
| XYZ | 44.96 | 60.95 | 73.01 | - |
| YUV | 188.19 | 142.56 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 214 | 0.51 | 0 | 0.04 | 0.13 | 175.22 | 0.64 | 0.65 |
| Hex | 6E | DF | D6 | 33 | 0 | 4 | D | AF | 40 | 41 |
| Octal | 156 | 337 | 326 | 63 | 0 | 4 | 15 | 257 | 100 | 101 |
| Binary | 1101110 | 11011111 | 11010110 | 110011 | 0 | 100 | 1101 | 10101111 | 1000000 | 1000001 |
Color Harmonies of #6EDFD6
Complementary color
Monochromatic Colors of #6EDFD6
Black with #6EDFD6
Text Example
Text Example
White with #6EDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFD6; }
p { color: rgb(110,223,214); }
H1.HeaderClassName
{
color: #6EDFD6;
}
.AnyTagClassName
{
color: #6EDFD6;
}
</style>
background-color css
<style>
a { background-color: #6EDFD6; }
a { background-color: rgb(110,223,214); }
div.DivClassName
{
background-color: #6EDFD6;
}
.BgClassName
{
background-color: #6EDFD6;
}
</style>
border-color css
<style>
span { border-color: #6EDFD6; }
span { border-color: rgb(110,223,214); }
td.TdClassName
{
border-color: #6EDFD6;
}
.TagClassName
{
border-color: #6EDFD6;
}
</style>