Shades of Turquoise Blue #6ECFDD
Tints of Turquoise Blue #6ECFDD
RGB
CMYK
RGB Variations
Color information
#6ECFDD (or 0x6ECFDD) is known color: Turquoise Blue. HEX triplet: 6E, CF and DD. RGB value is (110,207,221). Sum of RGB (Red+Green+Blue) = 110+207+221=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 207 (81.25% from 255 or 38.48% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFDD is #913022. Grayscale: #B3B3B3. Windows color (decimal): -9515043 or 14536558. OLE color: 14536558.
HSL color Cylindrical-coordinate representation of color #6ECFDD: hue angle of 187.57º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECFDD is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 207 | 221 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.13 |
| HSL | 187.57º | 0.62% | 0.65% | - |
| HSV(B) | 187.57º | 0.5% | 0.87% | - |
| XYZ | 41.79 | 53.16 | 76.46 | - |
| YUV | 179.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 221 | 0.50 | 0.06 | 0 | 0.13 | 187.57 | 0.62 | 0.65 |
| Hex | 6E | CF | DD | 32 | 6 | 0 | D | BC | 3E | 41 |
| Octal | 156 | 317 | 335 | 62 | 6 | 0 | 15 | 274 | 76 | 101 |
| Binary | 1101110 | 11001111 | 11011101 | 110010 | 110 | 0 | 1101 | 10111100 | 111110 | 1000001 |
Color Harmonies of #6ECFDD
Complementary color
Monochromatic Colors of #6ECFDD
Black with #6ECFDD
Text Example
Text Example
White with #6ECFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFDD; }
p { color: rgb(110,207,221); }
H1.HeaderClassName
{
color: #6ECFDD;
}
.AnyTagClassName
{
color: #6ECFDD;
}
</style>
background-color css
<style>
a { background-color: #6ECFDD; }
a { background-color: rgb(110,207,221); }
div.DivClassName
{
background-color: #6ECFDD;
}
.BgClassName
{
background-color: #6ECFDD;
}
</style>
border-color css
<style>
span { border-color: #6ECFDD; }
span { border-color: rgb(110,207,221); }
td.TdClassName
{
border-color: #6ECFDD;
}
.TagClassName
{
border-color: #6ECFDD;
}
</style>