Shades of Turquoise Blue #6ECFE1
Tints of Turquoise Blue #6ECFE1
RGB
CMYK
RGB Variations
Color information
#6ECFE1 (or 0x6ECFE1) is known color: Turquoise Blue. HEX triplet: 6E, CF and E1. RGB value is (110,207,225). Sum of RGB (Red+Green+Blue) = 110+207+225=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 207 (81.25% from 255 or 38.19% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ECFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFE1 is #91301E. Grayscale: #B3B3B3. Windows color (decimal): -9515039 or 14798702. OLE color: 14798702.
HSL color Cylindrical-coordinate representation of color #6ECFE1: hue angle of 189.39º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECFE1 is Cyan = 0.51, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 207 | 225 | - |
| CMYK | 0.51 | 0.08 | 0 | 0.12 |
| HSL | 189.39º | 0.66% | 0.66% | - |
| HSV(B) | 189.39º | 0.51% | 0.88% | - |
| XYZ | 42.33 | 53.38 | 79.31 | - |
| YUV | 180.05 | 153.36 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 225 | 0.51 | 0.08 | 0 | 0.12 | 189.39 | 0.66 | 0.66 |
| Hex | 6E | CF | E1 | 33 | 8 | 0 | C | BD | 42 | 42 |
| Octal | 156 | 317 | 341 | 63 | 10 | 0 | 14 | 275 | 102 | 102 |
| Binary | 1101110 | 11001111 | 11100001 | 110011 | 1000 | 0 | 1100 | 10111101 | 1000010 | 1000010 |
Color Harmonies of #6ECFE1
Complementary color
Monochromatic Colors of #6ECFE1
Black with #6ECFE1
Text Example
Text Example
White with #6ECFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFE1; }
p { color: rgb(110,207,225); }
H1.HeaderClassName
{
color: #6ECFE1;
}
.AnyTagClassName
{
color: #6ECFE1;
}
</style>
background-color css
<style>
a { background-color: #6ECFE1; }
a { background-color: rgb(110,207,225); }
div.DivClassName
{
background-color: #6ECFE1;
}
.BgClassName
{
background-color: #6ECFE1;
}
</style>
border-color css
<style>
span { border-color: #6ECFE1; }
span { border-color: rgb(110,207,225); }
td.TdClassName
{
border-color: #6ECFE1;
}
.TagClassName
{
border-color: #6ECFE1;
}
</style>