Shades of Turquoise Blue #6CE7E6
Tints of Turquoise Blue #6CE7E6
RGB
CMYK
RGB Variations
Color information
#6CE7E6 (or 0x6CE7E6) is known color: Turquoise Blue. HEX triplet: 6C, E7 and E6. RGB value is (108,231,230). Sum of RGB (Red+Green+Blue) = 108+231+230=569 (75% of max value = 765). Red value is 108 (42.58% from 255 or 18.98% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 231 - color contains mainly: green. Hex color #6CE7E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CE7E6 is #931819. Grayscale: #C1C1C1. Windows color (decimal): -9639962 or 15132524. OLE color: 15132524.
HSL color Cylindrical-coordinate representation of color #6CE7E6: hue angle of 179.51º 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 #6CE7E6 is Cyan = 0.53, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 231 | 230 | - |
| CMYK | 0.53 | 0 | 0.00 | 0.09 |
| HSL | 179.51º | 0.72% | 0.66% | - |
| HSV(B) | 179.51º | 0.53% | 0.91% | - |
| XYZ | 49.04 | 66.05 | 85.03 | - |
| YUV | 194.11 | 148.25 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 231 | 230 | 0.53 | 0 | 0.00 | 0.09 | 179.51 | 0.72 | 0.66 |
| Hex | 6C | E7 | E6 | 35 | 0 | 0 | 9 | B4 | 48 | 42 |
| Octal | 154 | 347 | 346 | 65 | 0 | 0 | 11 | 264 | 110 | 102 |
| Binary | 1101100 | 11100111 | 11100110 | 110101 | 0 | 0 | 1001 | 10110100 | 1001000 | 1000010 |
Color Harmonies of #6CE7E6
Complementary color
Monochromatic Colors of #6CE7E6
Black with #6CE7E6
Text Example
Text Example
White with #6CE7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE7E6; }
p { color: rgb(108,231,230); }
H1.HeaderClassName
{
color: #6CE7E6;
}
.AnyTagClassName
{
color: #6CE7E6;
}
</style>
background-color css
<style>
a { background-color: #6CE7E6; }
a { background-color: rgb(108,231,230); }
div.DivClassName
{
background-color: #6CE7E6;
}
.BgClassName
{
background-color: #6CE7E6;
}
</style>
border-color css
<style>
span { border-color: #6CE7E6; }
span { border-color: rgb(108,231,230); }
td.TdClassName
{
border-color: #6CE7E6;
}
.TagClassName
{
border-color: #6CE7E6;
}
</style>