Shades of Turquoise Blue #6CEADD
Tints of Turquoise Blue #6CEADD
RGB
CMYK
RGB Variations
Color information
#6CEADD (or 0x6CEADD) is known color: Turquoise Blue. HEX triplet: 6C, EA and DD. RGB value is (108,234,221). Sum of RGB (Red+Green+Blue) = 108+234+221=563 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.18% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #6CEADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEADD is #931522. Grayscale: #C2C2C2. Windows color (decimal): -9639203 or 14543468. OLE color: 14543468.
HSL color Cylindrical-coordinate representation of color #6CEADD: hue angle of 173.81º 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 #6CEADD is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 234 | 221 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.08 |
| HSL | 173.81º | 0.75% | 0.67% | - |
| HSV(B) | 173.81º | 0.54% | 0.92% | - |
| XYZ | 48.66 | 67.25 | 78.82 | - |
| YUV | 194.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 234 | 221 | 0.54 | 0 | 0.06 | 0.08 | 173.81 | 0.75 | 0.67 |
| Hex | 6C | EA | DD | 36 | 0 | 6 | 8 | AE | 4B | 43 |
| Octal | 154 | 352 | 335 | 66 | 0 | 6 | 10 | 256 | 113 | 103 |
| Binary | 1101100 | 11101010 | 11011101 | 110110 | 0 | 110 | 1000 | 10101110 | 1001011 | 1000011 |
Color Harmonies of #6CEADD
Complementary color
Monochromatic Colors of #6CEADD
Black with #6CEADD
Text Example
Text Example
White with #6CEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEADD; }
p { color: rgb(108,234,221); }
H1.HeaderClassName
{
color: #6CEADD;
}
.AnyTagClassName
{
color: #6CEADD;
}
</style>
background-color css
<style>
a { background-color: #6CEADD; }
a { background-color: rgb(108,234,221); }
div.DivClassName
{
background-color: #6CEADD;
}
.BgClassName
{
background-color: #6CEADD;
}
</style>
border-color css
<style>
span { border-color: #6CEADD; }
span { border-color: rgb(108,234,221); }
td.TdClassName
{
border-color: #6CEADD;
}
.TagClassName
{
border-color: #6CEADD;
}
</style>