Shades of Turquoise Blue #6EDFD9
Tints of Turquoise Blue #6EDFD9
RGB
CMYK
RGB Variations
Color information
#6EDFD9 (or 0x6EDFD9) is known color: Turquoise Blue. HEX triplet: 6E, DF and D9. RGB value is (110,223,217). Sum of RGB (Red+Green+Blue) = 110+223+217=550 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFD9 is #912026. Grayscale: #BCBCBC. Windows color (decimal): -9510951 or 14278510. OLE color: 14278510.
HSL color Cylindrical-coordinate representation of color #6EDFD9: hue angle of 176.81º 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 #6EDFD9 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 217 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.13 |
| HSL | 176.81º | 0.64% | 0.65% | - |
| HSV(B) | 176.81º | 0.51% | 0.87% | - |
| XYZ | 45.34 | 61.1 | 75.05 | - |
| YUV | 188.53 | 144.06 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 217 | 0.51 | 0 | 0.03 | 0.13 | 176.81 | 0.64 | 0.65 |
| Hex | 6E | DF | D9 | 33 | 0 | 3 | D | B1 | 40 | 41 |
| Octal | 156 | 337 | 331 | 63 | 0 | 3 | 15 | 261 | 100 | 101 |
| Binary | 1101110 | 11011111 | 11011001 | 110011 | 0 | 11 | 1101 | 10110001 | 1000000 | 1000001 |
Color Harmonies of #6EDFD9
Complementary color
Monochromatic Colors of #6EDFD9
Black with #6EDFD9
Text Example
Text Example
White with #6EDFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFD9; }
p { color: rgb(110,223,217); }
H1.HeaderClassName
{
color: #6EDFD9;
}
.AnyTagClassName
{
color: #6EDFD9;
}
</style>
background-color css
<style>
a { background-color: #6EDFD9; }
a { background-color: rgb(110,223,217); }
div.DivClassName
{
background-color: #6EDFD9;
}
.BgClassName
{
background-color: #6EDFD9;
}
</style>
border-color css
<style>
span { border-color: #6EDFD9; }
span { border-color: rgb(110,223,217); }
td.TdClassName
{
border-color: #6EDFD9;
}
.TagClassName
{
border-color: #6EDFD9;
}
</style>