Shades of Turquoise #21EDC6
Tints of Turquoise #21EDC6
RGB
CMYK
RGB Variations
Color information
#21EDC6 (or 0x21EDC6) is known color: Turquoise. HEX triplet: 21, ED and C6. RGB value is (33,237,198). Sum of RGB (Red+Green+Blue) = 33+237+198=468 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.05% from 468); Green value is 237 (92.97% from 255 or 50.64% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 237 - color contains mainly: green. Hex color #21EDC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21EDC6 is #DE1239. Grayscale: #ABABAB. Windows color (decimal): -14553658 or 13036833. OLE color: 13036833.
HSL color Cylindrical-coordinate representation of color #21EDC6: hue angle of 168.53º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDC6 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 237 | 198 | - |
| CMYK | 0.86 | 0 | 0.16 | 0.07 |
| HSL | 168.53º | 0.85% | 0.53% | - |
| HSV(B) | 168.53º | 0.86% | 0.93% | - |
| XYZ | 41.1 | 64.97 | 63.8 | - |
| YUV | 171.56 | 142.91 | 29.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 198 | 0.86 | 0 | 0.16 | 0.07 | 168.53 | 0.85 | 0.53 |
| Hex | 21 | ED | C6 | 56 | 0 | 10 | 7 | A9 | 55 | 35 |
| Octal | 41 | 355 | 306 | 126 | 0 | 20 | 7 | 251 | 125 | 65 |
| Binary | 100001 | 11101101 | 11000110 | 1010110 | 0 | 10000 | 111 | 10101001 | 1010101 | 110101 |
Color Harmonies of #21EDC6
Complementary color
Monochromatic Colors of #21EDC6
Black with #21EDC6
Text Example
Text Example
White with #21EDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDC6; }
p { color: rgb(33,237,198); }
H1.HeaderClassName
{
color: #21EDC6;
}
.AnyTagClassName
{
color: #21EDC6;
}
</style>
background-color css
<style>
a { background-color: #21EDC6; }
a { background-color: rgb(33,237,198); }
div.DivClassName
{
background-color: #21EDC6;
}
.BgClassName
{
background-color: #21EDC6;
}
</style>
border-color css
<style>
span { border-color: #21EDC6; }
span { border-color: rgb(33,237,198); }
td.TdClassName
{
border-color: #21EDC6;
}
.TagClassName
{
border-color: #21EDC6;
}
</style>