Shades of Turquoise Blue #6CE8EB
Tints of Turquoise Blue #6CE8EB
RGB
CMYK
RGB Variations
Color information
#6CE8EB (or 0x6CE8EB) is known color: Turquoise Blue. HEX triplet: 6C, E8 and EB. RGB value is (108,232,235). Sum of RGB (Red+Green+Blue) = 108+232+235=575 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.78% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #6CE8EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CE8EB is #931714. Grayscale: #C3C3C3. Windows color (decimal): -9639701 or 15460460. OLE color: 15460460.
HSL color Cylindrical-coordinate representation of color #6CE8EB: hue angle of 181.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CE8EB is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 232 | 235 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.08 |
| HSL | 181.42º | 0.76% | 0.67% | - |
| HSV(B) | 181.42º | 0.54% | 0.92% | - |
| XYZ | 50.04 | 66.9 | 88.87 | - |
| YUV | 195.27 | 150.42 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 232 | 235 | 0.54 | 0.01 | 0 | 0.08 | 181.42 | 0.76 | 0.67 |
| Hex | 6C | E8 | EB | 36 | 1 | 0 | 8 | B5 | 4C | 43 |
| Octal | 154 | 350 | 353 | 66 | 1 | 0 | 10 | 265 | 114 | 103 |
| Binary | 1101100 | 11101000 | 11101011 | 110110 | 1 | 0 | 1000 | 10110101 | 1001100 | 1000011 |
Color Harmonies of #6CE8EB
Complementary color
Monochromatic Colors of #6CE8EB
Black with #6CE8EB
Text Example
Text Example
White with #6CE8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CE8EB; }
p { color: rgb(108,232,235); }
H1.HeaderClassName
{
color: #6CE8EB;
}
.AnyTagClassName
{
color: #6CE8EB;
}
</style>
background-color css
<style>
a { background-color: #6CE8EB; }
a { background-color: rgb(108,232,235); }
div.DivClassName
{
background-color: #6CE8EB;
}
.BgClassName
{
background-color: #6CE8EB;
}
</style>
border-color css
<style>
span { border-color: #6CE8EB; }
span { border-color: rgb(108,232,235); }
td.TdClassName
{
border-color: #6CE8EB;
}
.TagClassName
{
border-color: #6CE8EB;
}
</style>