Shades of Turquoise #21F1C6
Tints of Turquoise #21F1C6
RGB
CMYK
RGB Variations
Color information
#21F1C6 (or 0x21F1C6) is known color: Turquoise. HEX triplet: 21, F1 and C6. RGB value is (33,241,198). Sum of RGB (Red+Green+Blue) = 33+241+198=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #21F1C6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F1C6 is #DE0E39. Grayscale: #ADADAD. Windows color (decimal): -14552634 or 13037857. OLE color: 13037857.
HSL color Cylindrical-coordinate representation of color #21F1C6: hue angle of 167.6º 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 #21F1C6 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 241 | 198 | - |
| CMYK | 0.86 | 0 | 0.18 | 0.05 |
| HSL | 167.6º | 0.88% | 0.54% | - |
| HSV(B) | 167.6º | 0.86% | 0.95% | - |
| XYZ | 42.28 | 67.31 | 64.19 | - |
| YUV | 173.91 | 141.59 | 27.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 241 | 198 | 0.86 | 0 | 0.18 | 0.05 | 167.6 | 0.88 | 0.54 |
| Hex | 21 | F1 | C6 | 56 | 0 | 12 | 5 | A8 | 58 | 36 |
| Octal | 41 | 361 | 306 | 126 | 0 | 22 | 5 | 250 | 130 | 66 |
| Binary | 100001 | 11110001 | 11000110 | 1010110 | 0 | 10010 | 101 | 10101000 | 1011000 | 110110 |
Color Harmonies of #21F1C6
Complementary color
Monochromatic Colors of #21F1C6
Black with #21F1C6
Text Example
Text Example
White with #21F1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F1C6; }
p { color: rgb(33,241,198); }
H1.HeaderClassName
{
color: #21F1C6;
}
.AnyTagClassName
{
color: #21F1C6;
}
</style>
background-color css
<style>
a { background-color: #21F1C6; }
a { background-color: rgb(33,241,198); }
div.DivClassName
{
background-color: #21F1C6;
}
.BgClassName
{
background-color: #21F1C6;
}
</style>
border-color css
<style>
span { border-color: #21F1C6; }
span { border-color: rgb(33,241,198); }
td.TdClassName
{
border-color: #21F1C6;
}
.TagClassName
{
border-color: #21F1C6;
}
</style>