Shades of Turquoise Blue #6ECFE6
Tints of Turquoise Blue #6ECFE6
RGB
CMYK
RGB Variations
Color information
#6ECFE6 (or 0x6ECFE6) is known color: Turquoise Blue. HEX triplet: 6E, CF and E6. RGB value is (110,207,230). Sum of RGB (Red+Green+Blue) = 110+207+230=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #6ECFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECFE6 is #913019. Grayscale: #B4B4B4. Windows color (decimal): -9515034 or 15126382. OLE color: 15126382.
HSL color Cylindrical-coordinate representation of color #6ECFE6: hue angle of 191.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ECFE6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 207 | 230 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.10 |
| HSL | 191.5º | 0.71% | 0.67% | - |
| HSV(B) | 191.5º | 0.52% | 0.9% | - |
| XYZ | 43.03 | 53.65 | 82.95 | - |
| YUV | 180.62 | 155.86 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 230 | 0.52 | 0.10 | 0 | 0.10 | 191.5 | 0.71 | 0.67 |
| Hex | 6E | CF | E6 | 34 | A | 0 | A | C0 | 47 | 43 |
| Octal | 156 | 317 | 346 | 64 | 12 | 0 | 12 | 300 | 107 | 103 |
| Binary | 1101110 | 11001111 | 11100110 | 110100 | 1010 | 0 | 1010 | 11000000 | 1000111 | 1000011 |
Color Harmonies of #6ECFE6
Complementary color
Monochromatic Colors of #6ECFE6
Black with #6ECFE6
Text Example
Text Example
White with #6ECFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFE6; }
p { color: rgb(110,207,230); }
H1.HeaderClassName
{
color: #6ECFE6;
}
.AnyTagClassName
{
color: #6ECFE6;
}
</style>
background-color css
<style>
a { background-color: #6ECFE6; }
a { background-color: rgb(110,207,230); }
div.DivClassName
{
background-color: #6ECFE6;
}
.BgClassName
{
background-color: #6ECFE6;
}
</style>
border-color css
<style>
span { border-color: #6ECFE6; }
span { border-color: rgb(110,207,230); }
td.TdClassName
{
border-color: #6ECFE6;
}
.TagClassName
{
border-color: #6ECFE6;
}
</style>