Shades of Turquoise Blue #6CEDDD
Tints of Turquoise Blue #6CEDDD
RGB
CMYK
RGB Variations
Color information
#6CEDDD (or 0x6CEDDD) is known color: Turquoise Blue. HEX triplet: 6C, ED and DD. RGB value is (108,237,221). Sum of RGB (Red+Green+Blue) = 108+237+221=566 (74% of max value = 765). Red value is 108 (42.58% from 255 or 19.08% from 566); Green value is 237 (92.97% from 255 or 41.87% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 237 - color contains mainly: green. Hex color #6CEDDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CEDDD is #931222. Grayscale: #C4C4C4. Windows color (decimal): -9638435 or 14544236. OLE color: 14544236.
HSL color Cylindrical-coordinate representation of color #6CEDDD: hue angle of 172.56º 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 #6CEDDD is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 108 | 237 | 221 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.07 |
| HSL | 172.56º | 0.78% | 0.68% | - |
| HSV(B) | 172.56º | 0.54% | 0.93% | - |
| XYZ | 49.52 | 68.98 | 79.11 | - |
| YUV | 196.61 | 141.76 | 64.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 237 | 221 | 0.54 | 0 | 0.07 | 0.07 | 172.56 | 0.78 | 0.68 |
| Hex | 6C | ED | DD | 36 | 0 | 7 | 7 | AD | 4E | 44 |
| Octal | 154 | 355 | 335 | 66 | 0 | 7 | 7 | 255 | 116 | 104 |
| Binary | 1101100 | 11101101 | 11011101 | 110110 | 0 | 111 | 111 | 10101101 | 1001110 | 1000100 |
Color Harmonies of #6CEDDD
Complementary color
Monochromatic Colors of #6CEDDD
Black with #6CEDDD
Text Example
Text Example
White with #6CEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CEDDD; }
p { color: rgb(108,237,221); }
H1.HeaderClassName
{
color: #6CEDDD;
}
.AnyTagClassName
{
color: #6CEDDD;
}
</style>
background-color css
<style>
a { background-color: #6CEDDD; }
a { background-color: rgb(108,237,221); }
div.DivClassName
{
background-color: #6CEDDD;
}
.BgClassName
{
background-color: #6CEDDD;
}
</style>
border-color css
<style>
span { border-color: #6CEDDD; }
span { border-color: rgb(108,237,221); }
td.TdClassName
{
border-color: #6CEDDD;
}
.TagClassName
{
border-color: #6CEDDD;
}
</style>