Shades of Turquoise Blue #6EDFD7
Tints of Turquoise Blue #6EDFD7
RGB
CMYK
RGB Variations
Color information
#6EDFD7 (or 0x6EDFD7) is known color: Turquoise Blue. HEX triplet: 6E, DF and D7. RGB value is (110,223,215). Sum of RGB (Red+Green+Blue) = 110+223+215=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 223 - color contains mainly: green. Hex color #6EDFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EDFD7 is #912028. Grayscale: #BCBCBC. Windows color (decimal): -9510953 or 14147438. OLE color: 14147438.
HSL color Cylindrical-coordinate representation of color #6EDFD7: hue angle of 175.75º 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 #6EDFD7 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 223 | 215 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.13 |
| HSL | 175.75º | 0.64% | 0.65% | - |
| HSV(B) | 175.75º | 0.51% | 0.87% | - |
| XYZ | 45.08 | 61 | 73.69 | - |
| YUV | 188.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 223 | 215 | 0.51 | 0 | 0.04 | 0.13 | 175.75 | 0.64 | 0.65 |
| Hex | 6E | DF | D7 | 33 | 0 | 4 | D | B0 | 40 | 41 |
| Octal | 156 | 337 | 327 | 63 | 0 | 4 | 15 | 260 | 100 | 101 |
| Binary | 1101110 | 11011111 | 11010111 | 110011 | 0 | 100 | 1101 | 10110000 | 1000000 | 1000001 |
Color Harmonies of #6EDFD7
Complementary color
Monochromatic Colors of #6EDFD7
Black with #6EDFD7
Text Example
Text Example
White with #6EDFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDFD7; }
p { color: rgb(110,223,215); }
H1.HeaderClassName
{
color: #6EDFD7;
}
.AnyTagClassName
{
color: #6EDFD7;
}
</style>
background-color css
<style>
a { background-color: #6EDFD7; }
a { background-color: rgb(110,223,215); }
div.DivClassName
{
background-color: #6EDFD7;
}
.BgClassName
{
background-color: #6EDFD7;
}
</style>
border-color css
<style>
span { border-color: #6EDFD7; }
span { border-color: rgb(110,223,215); }
td.TdClassName
{
border-color: #6EDFD7;
}
.TagClassName
{
border-color: #6EDFD7;
}
</style>