Shades of Turquoise #21F3C1
Tints of Turquoise #21F3C1
RGB
CMYK
RGB Variations
Color information
#21F3C1 (or 0x21F3C1) is known color: Turquoise. HEX triplet: 21, F3 and C1. RGB value is (33,243,193). Sum of RGB (Red+Green+Blue) = 33+243+193=469 (62% of max value = 765). Red value is 33 (13.28% from 255 or 7.04% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #21F3C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F3C1 is #DE0C3E. Grayscale: #AEAEAE. Windows color (decimal): -14552127 or 12710689. OLE color: 12710689.
HSL color Cylindrical-coordinate representation of color #21F3C1: hue angle of 165.71º 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 #21F3C1 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 243 | 193 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.05 |
| HSL | 165.71º | 0.9% | 0.54% | - |
| HSV(B) | 165.71º | 0.86% | 0.95% | - |
| XYZ | 42.3 | 68.27 | 61.4 | - |
| YUV | 174.51 | 138.43 | 27.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 243 | 193 | 0.86 | 0 | 0.21 | 0.05 | 165.71 | 0.9 | 0.54 |
| Hex | 21 | F3 | C1 | 56 | 0 | 15 | 5 | A6 | 5A | 36 |
| Octal | 41 | 363 | 301 | 126 | 0 | 25 | 5 | 246 | 132 | 66 |
| Binary | 100001 | 11110011 | 11000001 | 1010110 | 0 | 10101 | 101 | 10100110 | 1011010 | 110110 |
Color Harmonies of #21F3C1
Complementary color
Monochromatic Colors of #21F3C1
Black with #21F3C1
Text Example
Text Example
White with #21F3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F3C1; }
p { color: rgb(33,243,193); }
H1.HeaderClassName
{
color: #21F3C1;
}
.AnyTagClassName
{
color: #21F3C1;
}
</style>
background-color css
<style>
a { background-color: #21F3C1; }
a { background-color: rgb(33,243,193); }
div.DivClassName
{
background-color: #21F3C1;
}
.BgClassName
{
background-color: #21F3C1;
}
</style>
border-color css
<style>
span { border-color: #21F3C1; }
span { border-color: rgb(33,243,193); }
td.TdClassName
{
border-color: #21F3C1;
}
.TagClassName
{
border-color: #21F3C1;
}
</style>