Shades of Turquoise Blue #6CEAED
Tints of Turquoise Blue #6CEAED
RGB
CMYK
RGB Variations
Color information
#6CEAED (or 0x6CEAED) is known color: Turquoise Blue. HEX triplet: 6C, EA and ED. RGB value is (108,234,237). Sum of RGB (Red+Green+Blue) = 108+234+237=579 (76% of max value = 765). Red value is 108 (42.58% from 255 or 18.65% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 237 (92.97% from 255 or 40.93% from 579); Max value from RGB is 237 - color contains mainly: blue. Hex color #6CEAED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6CEAED is #931512. Grayscale: #C4C4C4. Windows color (decimal): -9639187 or 15592044. OLE color: 15592044.
HSL color Cylindrical-coordinate representation of color #6CEAED: hue angle of 181.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6CEAED is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 234 | 237 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.07 |
| HSL | 181.4º | 0.78% | 0.68% | - |
| HSV(B) | 181.4º | 0.54% | 0.93% | - |
| XYZ | 50.89 | 68.15 | 90.59 | - |
| YUV | 196.67 | 150.76 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 237 | 0.54 | 0.01 | 0 | 0.07 | 181.4 | 0.78 | 0.68 |
| Hex | 6C | EA | ED | 36 | 1 | 0 | 7 | B5 | 4E | 44 |
| Octal | 154 | 352 | 355 | 66 | 1 | 0 | 7 | 265 | 116 | 104 |
| Binary | 1101100 | 11101010 | 11101101 | 110110 | 1 | 0 | 111 | 10110101 | 1001110 | 1000100 |
Color Harmonies of #6CEAED
Complementary color
Monochromatic Colors of #6CEAED
Black with #6CEAED
Text Example
Text Example
White with #6CEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEAED; }
p { color: rgb(108,234,237); }
H1.HeaderClassName
{
color: #6CEAED;
}
.AnyTagClassName
{
color: #6CEAED;
}
</style>
background-color css
<style>
a { background-color: #6CEAED; }
a { background-color: rgb(108,234,237); }
div.DivClassName
{
background-color: #6CEAED;
}
.BgClassName
{
background-color: #6CEAED;
}
</style>
border-color css
<style>
span { border-color: #6CEAED; }
span { border-color: rgb(108,234,237); }
td.TdClassName
{
border-color: #6CEAED;
}
.TagClassName
{
border-color: #6CEAED;
}
</style>