Shades of Turquoise #21F9C0
Tints of Turquoise #21F9C0
RGB
CMYK
RGB Variations
Color information
#21F9C0 (or 0x21F9C0) is known color: Turquoise. HEX triplet: 21, F9 and C0. RGB value is (33,249,192). Sum of RGB (Red+Green+Blue) = 33+249+192=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F9C0 is #DE063F. Grayscale: #B1B1B1. Windows color (decimal): -14550592 or 12646689. OLE color: 12646689.
HSL color Cylindrical-coordinate representation of color #21F9C0: hue angle of 164.17º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F9C0 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 249 | 192 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.02 |
| HSL | 164.17º | 0.95% | 0.55% | - |
| HSV(B) | 164.17º | 0.87% | 0.98% | - |
| XYZ | 44.02 | 71.88 | 61.42 | - |
| YUV | 177.92 | 135.94 | 24.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 249 | 192 | 0.87 | 0 | 0.23 | 0.02 | 164.17 | 0.95 | 0.55 |
| Hex | 21 | F9 | C0 | 57 | 0 | 17 | 2 | A4 | 5F | 37 |
| Octal | 41 | 371 | 300 | 127 | 0 | 27 | 2 | 244 | 137 | 67 |
| Binary | 100001 | 11111001 | 11000000 | 1010111 | 0 | 10111 | 10 | 10100100 | 1011111 | 110111 |
Color Harmonies of #21F9C0
Complementary color
Monochromatic Colors of #21F9C0
Black with #21F9C0
Text Example
Text Example
White with #21F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F9C0; }
p { color: rgb(33,249,192); }
H1.HeaderClassName
{
color: #21F9C0;
}
.AnyTagClassName
{
color: #21F9C0;
}
</style>
background-color css
<style>
a { background-color: #21F9C0; }
a { background-color: rgb(33,249,192); }
div.DivClassName
{
background-color: #21F9C0;
}
.BgClassName
{
background-color: #21F9C0;
}
</style>
border-color css
<style>
span { border-color: #21F9C0; }
span { border-color: rgb(33,249,192); }
td.TdClassName
{
border-color: #21F9C0;
}
.TagClassName
{
border-color: #21F9C0;
}
</style>