Shades of Turquoise #21FAC2
Tints of Turquoise #21FAC2
RGB
CMYK
RGB Variations
Color information
#21FAC2 (or 0x21FAC2) is known color: Turquoise. HEX triplet: 21, FA and C2. RGB value is (33,250,194). Sum of RGB (Red+Green+Blue) = 33+250+194=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 250 (98.05% from 255 or 52.41% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 250 - color contains mainly: green. Hex color #21FAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FAC2 is #DE053D. Grayscale: #B2B2B2. Windows color (decimal): -14550334 or 12778017. OLE color: 12778017.
HSL color Cylindrical-coordinate representation of color #21FAC2: hue angle of 164.52º degrees, saturation: 0.96, 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 #21FAC2 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 194 | - |
| CMYK | 0.87 | 0 | 0.22 | 0.02 |
| HSL | 164.52º | 0.96% | 0.55% | - |
| HSV(B) | 164.52º | 0.87% | 0.98% | - |
| XYZ | 44.55 | 72.59 | 62.7 | - |
| YUV | 178.73 | 136.61 | 24.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 194 | 0.87 | 0 | 0.22 | 0.02 | 164.52 | 0.96 | 0.55 |
| Hex | 21 | FA | C2 | 57 | 0 | 16 | 2 | A5 | 60 | 37 |
| Octal | 41 | 372 | 302 | 127 | 0 | 26 | 2 | 245 | 140 | 67 |
| Binary | 100001 | 11111010 | 11000010 | 1010111 | 0 | 10110 | 10 | 10100101 | 1100000 | 110111 |
Color Harmonies of #21FAC2
Complementary color
Monochromatic Colors of #21FAC2
Black with #21FAC2
Text Example
Text Example
White with #21FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FAC2; }
p { color: rgb(33,250,194); }
H1.HeaderClassName
{
color: #21FAC2;
}
.AnyTagClassName
{
color: #21FAC2;
}
</style>
background-color css
<style>
a { background-color: #21FAC2; }
a { background-color: rgb(33,250,194); }
div.DivClassName
{
background-color: #21FAC2;
}
.BgClassName
{
background-color: #21FAC2;
}
</style>
border-color css
<style>
span { border-color: #21FAC2; }
span { border-color: rgb(33,250,194); }
td.TdClassName
{
border-color: #21FAC2;
}
.TagClassName
{
border-color: #21FAC2;
}
</style>