Shades of Turquoise Blue #6CEEEA
Tints of Turquoise Blue #6CEEEA
RGB
CMYK
RGB Variations
Color information
#6CEEEA (or 0x6CEEEA) is known color: Turquoise Blue. HEX triplet: 6C, EE and EA. RGB value is (108,238,234). Sum of RGB (Red+Green+Blue) = 108+238+234=580 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.62% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 238 - color contains mainly: green. Hex color #6CEEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEEEA is #931115. Grayscale: #C6C6C6. Windows color (decimal): -9638166 or 15396460. OLE color: 15396460.
HSL color Cylindrical-coordinate representation of color #6CEEEA: hue angle of 178.15º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CEEEA is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 238 | 234 | - |
| CMYK | 0.55 | 0 | 0.02 | 0.07 |
| HSL | 178.15º | 0.79% | 0.68% | - |
| HSV(B) | 178.15º | 0.55% | 0.93% | - |
| XYZ | 51.61 | 70.28 | 88.69 | - |
| YUV | 198.67 | 147.93 | 63.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 238 | 234 | 0.55 | 0 | 0.02 | 0.07 | 178.15 | 0.79 | 0.68 |
| Hex | 6C | EE | EA | 37 | 0 | 2 | 7 | B2 | 4F | 44 |
| Octal | 154 | 356 | 352 | 67 | 0 | 2 | 7 | 262 | 117 | 104 |
| Binary | 1101100 | 11101110 | 11101010 | 110111 | 0 | 10 | 111 | 10110010 | 1001111 | 1000100 |
Color Harmonies of #6CEEEA
Complementary color
Monochromatic Colors of #6CEEEA
Black with #6CEEEA
Text Example
Text Example
White with #6CEEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEEEA; }
p { color: rgb(108,238,234); }
H1.HeaderClassName
{
color: #6CEEEA;
}
.AnyTagClassName
{
color: #6CEEEA;
}
</style>
background-color css
<style>
a { background-color: #6CEEEA; }
a { background-color: rgb(108,238,234); }
div.DivClassName
{
background-color: #6CEEEA;
}
.BgClassName
{
background-color: #6CEEEA;
}
</style>
border-color css
<style>
span { border-color: #6CEEEA; }
span { border-color: rgb(108,238,234); }
td.TdClassName
{
border-color: #6CEEEA;
}
.TagClassName
{
border-color: #6CEEEA;
}
</style>