Shades of Turquoise #21F3C5
Tints of Turquoise #21F3C5
RGB
CMYK
RGB Variations
Color information
#21F3C5 (or 0x21F3C5) is known color: Turquoise. HEX triplet: 21, F3 and C5. RGB value is (33,243,197). Sum of RGB (Red+Green+Blue) = 33+243+197=473 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.98% from 473); Green value is 243 (95.31% from 255 or 51.37% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 243 - color contains mainly: green. Hex color #21F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F3C5 is #DE0C3A. Grayscale: #AEAEAE. Windows color (decimal): -14552123 or 12972833. OLE color: 12972833.
HSL color Cylindrical-coordinate representation of color #21F3C5: hue angle of 166.86º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F3C5 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 197 | - |
| CMYK | 0.86 | 0 | 0.19 | 0.05 |
| HSL | 166.86º | 0.9% | 0.54% | - |
| HSV(B) | 166.86º | 0.86% | 0.95% | - |
| XYZ | 42.76 | 68.46 | 63.78 | - |
| YUV | 174.97 | 140.43 | 26.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 197 | 0.86 | 0 | 0.19 | 0.05 | 166.86 | 0.9 | 0.54 |
| Hex | 21 | F3 | C5 | 56 | 0 | 13 | 5 | A7 | 5A | 36 |
| Octal | 41 | 363 | 305 | 126 | 0 | 23 | 5 | 247 | 132 | 66 |
| Binary | 100001 | 11110011 | 11000101 | 1010110 | 0 | 10011 | 101 | 10100111 | 1011010 | 110110 |
Color Harmonies of #21F3C5
Complementary color
Monochromatic Colors of #21F3C5
Black with #21F3C5
Text Example
Text Example
White with #21F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F3C5; }
p { color: rgb(33,243,197); }
H1.HeaderClassName
{
color: #21F3C5;
}
.AnyTagClassName
{
color: #21F3C5;
}
</style>
background-color css
<style>
a { background-color: #21F3C5; }
a { background-color: rgb(33,243,197); }
div.DivClassName
{
background-color: #21F3C5;
}
.BgClassName
{
background-color: #21F3C5;
}
</style>
border-color css
<style>
span { border-color: #21F3C5; }
span { border-color: rgb(33,243,197); }
td.TdClassName
{
border-color: #21F3C5;
}
.TagClassName
{
border-color: #21F3C5;
}
</style>