Shades of Turquoise Blue #6CEADB
Tints of Turquoise Blue #6CEADB
RGB
CMYK
RGB Variations
Color information
#6CEADB (or 0x6CEADB) is known color: Turquoise Blue. HEX triplet: 6C, EA and DB. RGB value is (108,234,219). Sum of RGB (Red+Green+Blue) = 108+234+219=561 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.25% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEADB is #931524. Grayscale: #C2C2C2. Windows color (decimal): -9639205 or 14412396. OLE color: 14412396.
HSL color Cylindrical-coordinate representation of color #6CEADB: hue angle of 172.86º degrees, saturation: 0.75, 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 #6CEADB is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 219 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.08 |
| HSL | 172.86º | 0.75% | 0.67% | - |
| HSV(B) | 172.86º | 0.54% | 0.92% | - |
| XYZ | 48.39 | 67.15 | 77.43 | - |
| YUV | 194.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 219 | 0.54 | 0 | 0.06 | 0.08 | 172.86 | 0.75 | 0.67 |
| Hex | 6C | EA | DB | 36 | 0 | 6 | 8 | AD | 4B | 43 |
| Octal | 154 | 352 | 333 | 66 | 0 | 6 | 10 | 255 | 113 | 103 |
| Binary | 1101100 | 11101010 | 11011011 | 110110 | 0 | 110 | 1000 | 10101101 | 1001011 | 1000011 |
Color Harmonies of #6CEADB
Complementary color
Monochromatic Colors of #6CEADB
Black with #6CEADB
Text Example
Text Example
White with #6CEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEADB; }
p { color: rgb(108,234,219); }
H1.HeaderClassName
{
color: #6CEADB;
}
.AnyTagClassName
{
color: #6CEADB;
}
</style>
background-color css
<style>
a { background-color: #6CEADB; }
a { background-color: rgb(108,234,219); }
div.DivClassName
{
background-color: #6CEADB;
}
.BgClassName
{
background-color: #6CEADB;
}
</style>
border-color css
<style>
span { border-color: #6CEADB; }
span { border-color: rgb(108,234,219); }
td.TdClassName
{
border-color: #6CEADB;
}
.TagClassName
{
border-color: #6CEADB;
}
</style>