Shades of Turquoise Blue #6CE7E4
Tints of Turquoise Blue #6CE7E4
RGB
CMYK
RGB Variations
Color information
#6CE7E4 (or 0x6CE7E4) is known color: Turquoise Blue. HEX triplet: 6C, E7 and E4. RGB value is (108,231,228). Sum of RGB (Red+Green+Blue) = 108+231+228=567 (75% of max value = 765). Red value is 108 (42.58% from 255 or 19.05% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #6CE7E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CE7E4 is #93181B. Grayscale: #C1C1C1. Windows color (decimal): -9639964 or 15001452. OLE color: 15001452.
HSL color Cylindrical-coordinate representation of color #6CE7E4: hue angle of 178.54º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6CE7E4 is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 231 | 228 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.09 |
| HSL | 178.54º | 0.72% | 0.66% | - |
| HSV(B) | 178.54º | 0.53% | 0.91% | - |
| XYZ | 48.76 | 65.94 | 83.56 | - |
| YUV | 193.88 | 147.25 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 231 | 228 | 0.53 | 0 | 0.01 | 0.09 | 178.54 | 0.72 | 0.66 |
| Hex | 6C | E7 | E4 | 35 | 0 | 1 | 9 | B3 | 48 | 42 |
| Octal | 154 | 347 | 344 | 65 | 0 | 1 | 11 | 263 | 110 | 102 |
| Binary | 1101100 | 11100111 | 11100100 | 110101 | 0 | 1 | 1001 | 10110011 | 1001000 | 1000010 |
Color Harmonies of #6CE7E4
Complementary color
Monochromatic Colors of #6CE7E4
Black with #6CE7E4
Text Example
Text Example
White with #6CE7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE7E4; }
p { color: rgb(108,231,228); }
H1.HeaderClassName
{
color: #6CE7E4;
}
.AnyTagClassName
{
color: #6CE7E4;
}
</style>
background-color css
<style>
a { background-color: #6CE7E4; }
a { background-color: rgb(108,231,228); }
div.DivClassName
{
background-color: #6CE7E4;
}
.BgClassName
{
background-color: #6CE7E4;
}
</style>
border-color css
<style>
span { border-color: #6CE7E4; }
span { border-color: rgb(108,231,228); }
td.TdClassName
{
border-color: #6CE7E4;
}
.TagClassName
{
border-color: #6CE7E4;
}
</style>