Shades of Turquoise #21F1C0
Tints of Turquoise #21F1C0
RGB
CMYK
RGB Variations
Color information
#21F1C0 (or 0x21F1C0) is known color: Turquoise. HEX triplet: 21, F1 and C0. RGB value is (33,241,192). Sum of RGB (Red+Green+Blue) = 33+241+192=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F1C0 is #DE0E3F. Grayscale: #ADADAD. Windows color (decimal): -14552640 or 12644641. OLE color: 12644641.
HSL color Cylindrical-coordinate representation of color #21F1C0: hue angle of 165.87º degrees, saturation: 0.88, 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 #21F1C0 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 192 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.05 |
| HSL | 165.87º | 0.88% | 0.54% | - |
| HSV(B) | 165.87º | 0.86% | 0.95% | - |
| XYZ | 41.6 | 67.04 | 60.62 | - |
| YUV | 173.22 | 138.59 | 27.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 192 | 0.86 | 0 | 0.20 | 0.05 | 165.87 | 0.88 | 0.54 |
| Hex | 21 | F1 | C0 | 56 | 0 | 14 | 5 | A6 | 58 | 36 |
| Octal | 41 | 361 | 300 | 126 | 0 | 24 | 5 | 246 | 130 | 66 |
| Binary | 100001 | 11110001 | 11000000 | 1010110 | 0 | 10100 | 101 | 10100110 | 1011000 | 110110 |
Color Harmonies of #21F1C0
Complementary color
Monochromatic Colors of #21F1C0
Black with #21F1C0
Text Example
Text Example
White with #21F1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F1C0; }
p { color: rgb(33,241,192); }
H1.HeaderClassName
{
color: #21F1C0;
}
.AnyTagClassName
{
color: #21F1C0;
}
</style>
background-color css
<style>
a { background-color: #21F1C0; }
a { background-color: rgb(33,241,192); }
div.DivClassName
{
background-color: #21F1C0;
}
.BgClassName
{
background-color: #21F1C0;
}
</style>
border-color css
<style>
span { border-color: #21F1C0; }
span { border-color: rgb(33,241,192); }
td.TdClassName
{
border-color: #21F1C0;
}
.TagClassName
{
border-color: #21F1C0;
}
</style>