Shades of Turquoise Blue #6ECFE5
Tints of Turquoise Blue #6ECFE5
RGB
CMYK
RGB Variations
Color information
#6ECFE5 (or 0x6ECFE5) is known color: Turquoise Blue. HEX triplet: 6E, CF and E5. RGB value is (110,207,229). Sum of RGB (Red+Green+Blue) = 110+207+229=546 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.15% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #6ECFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFE5 is #91301A. Grayscale: #B4B4B4. Windows color (decimal): -9515035 or 15060846. OLE color: 15060846.
HSL color Cylindrical-coordinate representation of color #6ECFE5: hue angle of 191.09º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ECFE5 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 110 | 207 | 229 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.10 |
| HSL | 191.09º | 0.7% | 0.66% | - |
| HSV(B) | 191.09º | 0.52% | 0.9% | - |
| XYZ | 42.89 | 53.6 | 82.21 | - |
| YUV | 180.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 229 | 0.52 | 0.10 | 0 | 0.10 | 191.09 | 0.7 | 0.66 |
| Hex | 6E | CF | E5 | 34 | A | 0 | A | BF | 46 | 42 |
| Octal | 156 | 317 | 345 | 64 | 12 | 0 | 12 | 277 | 106 | 102 |
| Binary | 1101110 | 11001111 | 11100101 | 110100 | 1010 | 0 | 1010 | 10111111 | 1000110 | 1000010 |
Color Harmonies of #6ECFE5
Complementary color
Monochromatic Colors of #6ECFE5
Black with #6ECFE5
Text Example
Text Example
White with #6ECFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFE5; }
p { color: rgb(110,207,229); }
H1.HeaderClassName
{
color: #6ECFE5;
}
.AnyTagClassName
{
color: #6ECFE5;
}
</style>
background-color css
<style>
a { background-color: #6ECFE5; }
a { background-color: rgb(110,207,229); }
div.DivClassName
{
background-color: #6ECFE5;
}
.BgClassName
{
background-color: #6ECFE5;
}
</style>
border-color css
<style>
span { border-color: #6ECFE5; }
span { border-color: rgb(110,207,229); }
td.TdClassName
{
border-color: #6ECFE5;
}
.TagClassName
{
border-color: #6ECFE5;
}
</style>