Shades of Turquoise Blue #6CE5E8
Tints of Turquoise Blue #6CE5E8
RGB
CMYK
RGB Variations
Color information
#6CE5E8 (or 0x6CE5E8) is known color: Turquoise Blue. HEX triplet: 6C, E5 and E8. RGB value is (108,229,232). Sum of RGB (Red+Green+Blue) = 108+229+232=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 232 (91.02% from 255 or 40.77% from 569); Max value from RGB is 232 - color contains mainly: blue. Hex color #6CE5E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6CE5E8 is #931A17. Grayscale: #C1C1C1. Windows color (decimal): -9640472 or 15263084. OLE color: 15263084.
HSL color Cylindrical-coordinate representation of color #6CE5E8: hue angle of 181.45º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE5E8 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 229 | 232 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.09 |
| HSL | 181.45º | 0.73% | 0.67% | - |
| HSV(B) | 181.45º | 0.53% | 0.91% | - |
| XYZ | 48.77 | 65.05 | 86.33 | - |
| YUV | 193.16 | 149.91 | 67.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 229 | 232 | 0.53 | 0.01 | 0 | 0.09 | 181.45 | 0.73 | 0.67 |
| Hex | 6C | E5 | E8 | 35 | 1 | 0 | 9 | B5 | 49 | 43 |
| Octal | 154 | 345 | 350 | 65 | 1 | 0 | 11 | 265 | 111 | 103 |
| Binary | 1101100 | 11100101 | 11101000 | 110101 | 1 | 0 | 1001 | 10110101 | 1001001 | 1000011 |
Color Harmonies of #6CE5E8
Complementary color
Monochromatic Colors of #6CE5E8
Black with #6CE5E8
Text Example
Text Example
White with #6CE5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE5E8; }
p { color: rgb(108,229,232); }
H1.HeaderClassName
{
color: #6CE5E8;
}
.AnyTagClassName
{
color: #6CE5E8;
}
</style>
background-color css
<style>
a { background-color: #6CE5E8; }
a { background-color: rgb(108,229,232); }
div.DivClassName
{
background-color: #6CE5E8;
}
.BgClassName
{
background-color: #6CE5E8;
}
</style>
border-color css
<style>
span { border-color: #6CE5E8; }
span { border-color: rgb(108,229,232); }
td.TdClassName
{
border-color: #6CE5E8;
}
.TagClassName
{
border-color: #6CE5E8;
}
</style>