Shades of Bright Turquoise #21FACA
Tints of Bright Turquoise #21FACA
RGB
CMYK
RGB Variations
Color information
#21FACA (or 0x21FACA) is known color: Bright Turquoise. HEX triplet: 21, FA and CA. RGB value is (33,250,202). Sum of RGB (Red+Green+Blue) = 33+250+202=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 250 (98.05% from 255 or 51.55% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 250 - color contains mainly: green. Hex color #21FACA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FACA is #DE0535. Grayscale: #B3B3B3. Windows color (decimal): -14550326 or 13302305. OLE color: 13302305.
HSL color Cylindrical-coordinate representation of color #21FACA: hue angle of 166.73º 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 #21FACA is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 202 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.02 |
| HSL | 166.73º | 0.96% | 0.55% | - |
| HSV(B) | 166.73º | 0.87% | 0.98% | - |
| XYZ | 45.47 | 72.96 | 67.56 | - |
| YUV | 179.65 | 140.61 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 202 | 0.87 | 0 | 0.19 | 0.02 | 166.73 | 0.96 | 0.55 |
| Hex | 21 | FA | CA | 57 | 0 | 13 | 2 | A7 | 60 | 37 |
| Octal | 41 | 372 | 312 | 127 | 0 | 23 | 2 | 247 | 140 | 67 |
| Binary | 100001 | 11111010 | 11001010 | 1010111 | 0 | 10011 | 10 | 10100111 | 1100000 | 110111 |
Color Harmonies of #21FACA
Complementary color
Monochromatic Colors of #21FACA
Black with #21FACA
Text Example
Text Example
White with #21FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FACA; }
p { color: rgb(33,250,202); }
H1.HeaderClassName
{
color: #21FACA;
}
.AnyTagClassName
{
color: #21FACA;
}
</style>
background-color css
<style>
a { background-color: #21FACA; }
a { background-color: rgb(33,250,202); }
div.DivClassName
{
background-color: #21FACA;
}
.BgClassName
{
background-color: #21FACA;
}
</style>
border-color css
<style>
span { border-color: #21FACA; }
span { border-color: rgb(33,250,202); }
td.TdClassName
{
border-color: #21FACA;
}
.TagClassName
{
border-color: #21FACA;
}
</style>