Shades of Turquoise Blue #6CE3E5
Tints of Turquoise Blue #6CE3E5
RGB
CMYK
RGB Variations
Color information
#6CE3E5 (or 0x6CE3E5) is known color: Turquoise Blue. HEX triplet: 6C, E3 and E5. RGB value is (108,227,229). Sum of RGB (Red+Green+Blue) = 108+227+229=564 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.15% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #6CE3E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CE3E5 is #931C1A. Grayscale: #BFBFBF. Windows color (decimal): -9640987 or 15065964. OLE color: 15065964.
HSL color Cylindrical-coordinate representation of color #6CE3E5: hue angle of 180.99º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE3E5 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 108 | 227 | 229 | - |
| CMYK | 0.53 | 0.01 | 0 | 0.10 |
| HSL | 180.99º | 0.7% | 0.66% | - |
| HSV(B) | 180.99º | 0.53% | 0.9% | - |
| XYZ | 47.8 | 63.78 | 83.92 | - |
| YUV | 191.65 | 149.08 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 227 | 229 | 0.53 | 0.01 | 0 | 0.10 | 180.99 | 0.7 | 0.66 |
| Hex | 6C | E3 | E5 | 35 | 1 | 0 | A | B5 | 46 | 42 |
| Octal | 154 | 343 | 345 | 65 | 1 | 0 | 12 | 265 | 106 | 102 |
| Binary | 1101100 | 11100011 | 11100101 | 110101 | 1 | 0 | 1010 | 10110101 | 1000110 | 1000010 |
Color Harmonies of #6CE3E5
Complementary color
Monochromatic Colors of #6CE3E5
Black with #6CE3E5
Text Example
Text Example
White with #6CE3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE3E5; }
p { color: rgb(108,227,229); }
H1.HeaderClassName
{
color: #6CE3E5;
}
.AnyTagClassName
{
color: #6CE3E5;
}
</style>
background-color css
<style>
a { background-color: #6CE3E5; }
a { background-color: rgb(108,227,229); }
div.DivClassName
{
background-color: #6CE3E5;
}
.BgClassName
{
background-color: #6CE3E5;
}
</style>
border-color css
<style>
span { border-color: #6CE3E5; }
span { border-color: rgb(108,227,229); }
td.TdClassName
{
border-color: #6CE3E5;
}
.TagClassName
{
border-color: #6CE3E5;
}
</style>