Shades of Turquoise Blue #6DD7E1
Tints of Turquoise Blue #6DD7E1
RGB
CMYK
RGB Variations
Color information
#6DD7E1 (or 0x6DD7E1) is known color: Turquoise Blue. HEX triplet: 6D, D7 and E1. RGB value is (109,215,225). Sum of RGB (Red+Green+Blue) = 109+215+225=549 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.85% from 549); Green value is 215 (84.38% from 255 or 39.16% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #6DD7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD7E1 is #92281E. Grayscale: #B8B8B8. Windows color (decimal): -9578527 or 14800749. OLE color: 14800749.
HSL color Cylindrical-coordinate representation of color #6DD7E1: hue angle of 185.17º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6DD7E1 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 109 | 215 | 225 | - |
| CMYK | 0.52 | 0.04 | 0 | 0.12 |
| HSL | 185.17º | 0.66% | 0.65% | - |
| HSV(B) | 185.17º | 0.52% | 0.88% | - |
| XYZ | 44.2 | 57.29 | 79.96 | - |
| YUV | 184.45 | 150.88 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 215 | 225 | 0.52 | 0.04 | 0 | 0.12 | 185.17 | 0.66 | 0.65 |
| Hex | 6D | D7 | E1 | 34 | 4 | 0 | C | B9 | 42 | 41 |
| Octal | 155 | 327 | 341 | 64 | 4 | 0 | 14 | 271 | 102 | 101 |
| Binary | 1101101 | 11010111 | 11100001 | 110100 | 100 | 0 | 1100 | 10111001 | 1000010 | 1000001 |
Color Harmonies of #6DD7E1
Complementary color
Monochromatic Colors of #6DD7E1
Black with #6DD7E1
Text Example
Text Example
White with #6DD7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD7E1; }
p { color: rgb(109,215,225); }
H1.HeaderClassName
{
color: #6DD7E1;
}
.AnyTagClassName
{
color: #6DD7E1;
}
</style>
background-color css
<style>
a { background-color: #6DD7E1; }
a { background-color: rgb(109,215,225); }
div.DivClassName
{
background-color: #6DD7E1;
}
.BgClassName
{
background-color: #6DD7E1;
}
</style>
border-color css
<style>
span { border-color: #6DD7E1; }
span { border-color: rgb(109,215,225); }
td.TdClassName
{
border-color: #6DD7E1;
}
.TagClassName
{
border-color: #6DD7E1;
}
</style>