Shades of Bright Turquoise #21F5DF
Tints of Bright Turquoise #21F5DF
RGB
CMYK
RGB Variations
Color information
#21F5DF (or 0x21F5DF) is known color: Bright Turquoise. HEX triplet: 21, F5 and DF. RGB value is (33,245,223). Sum of RGB (Red+Green+Blue) = 33+245+223=501 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.59% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 245 - color contains mainly: green. Hex color #21F5DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F5DF is #DE0A20. Grayscale: #B2B2B2. Windows color (decimal): -14551585 or 14677281. OLE color: 14677281.
HSL color Cylindrical-coordinate representation of color #21F5DF: hue angle of 173.77º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21F5DF is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 245 | 223 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.04 |
| HSL | 173.77º | 0.91% | 0.55% | - |
| HSV(B) | 173.77º | 0.87% | 0.96% | - |
| XYZ | 46.6 | 70.96 | 81.05 | - |
| YUV | 179.1 | 152.76 | 23.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 245 | 223 | 0.87 | 0 | 0.09 | 0.04 | 173.77 | 0.91 | 0.55 |
| Hex | 21 | F5 | DF | 57 | 0 | 9 | 4 | AE | 5B | 37 |
| Octal | 41 | 365 | 337 | 127 | 0 | 11 | 4 | 256 | 133 | 67 |
| Binary | 100001 | 11110101 | 11011111 | 1010111 | 0 | 1001 | 100 | 10101110 | 1011011 | 110111 |
Color Harmonies of #21F5DF
Complementary color
Monochromatic Colors of #21F5DF
Black with #21F5DF
Text Example
Text Example
White with #21F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F5DF; }
p { color: rgb(33,245,223); }
H1.HeaderClassName
{
color: #21F5DF;
}
.AnyTagClassName
{
color: #21F5DF;
}
</style>
background-color css
<style>
a { background-color: #21F5DF; }
a { background-color: rgb(33,245,223); }
div.DivClassName
{
background-color: #21F5DF;
}
.BgClassName
{
background-color: #21F5DF;
}
</style>
border-color css
<style>
span { border-color: #21F5DF; }
span { border-color: rgb(33,245,223); }
td.TdClassName
{
border-color: #21F5DF;
}
.TagClassName
{
border-color: #21F5DF;
}
</style>