Shades of Bright Turquoise #21F9F0
Tints of Bright Turquoise #21F9F0
RGB
CMYK
RGB Variations
Color information
#21F9F0 (or 0x21F9F0) is known color: Bright Turquoise. HEX triplet: 21, F9 and F0. RGB value is (33,249,240). Sum of RGB (Red+Green+Blue) = 33+249+240=522 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.32% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #21F9F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F9F0 is #DE060F. Grayscale: #B7B7B7. Windows color (decimal): -14550544 or 15792417. OLE color: 15792417.
HSL color Cylindrical-coordinate representation of color #21F9F0: hue angle of 177.5º degrees, saturation: 0.95, 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 #21F9F0 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 249 | 240 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.02 |
| HSL | 177.5º | 0.95% | 0.55% | - |
| HSV(B) | 177.5º | 0.87% | 0.98% | - |
| XYZ | 50.23 | 74.37 | 94.14 | - |
| YUV | 183.39 | 159.94 | 20.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 249 | 240 | 0.87 | 0 | 0.04 | 0.02 | 177.5 | 0.95 | 0.55 |
| Hex | 21 | F9 | F0 | 57 | 0 | 4 | 2 | B2 | 5F | 37 |
| Octal | 41 | 371 | 360 | 127 | 0 | 4 | 2 | 262 | 137 | 67 |
| Binary | 100001 | 11111001 | 11110000 | 1010111 | 0 | 100 | 10 | 10110010 | 1011111 | 110111 |
Color Harmonies of #21F9F0
Complementary color
Monochromatic Colors of #21F9F0
Black with #21F9F0
Text Example
Text Example
White with #21F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F9F0; }
p { color: rgb(33,249,240); }
H1.HeaderClassName
{
color: #21F9F0;
}
.AnyTagClassName
{
color: #21F9F0;
}
</style>
background-color css
<style>
a { background-color: #21F9F0; }
a { background-color: rgb(33,249,240); }
div.DivClassName
{
background-color: #21F9F0;
}
.BgClassName
{
background-color: #21F9F0;
}
</style>
border-color css
<style>
span { border-color: #21F9F0; }
span { border-color: rgb(33,249,240); }
td.TdClassName
{
border-color: #21F9F0;
}
.TagClassName
{
border-color: #21F9F0;
}
</style>