Shades of Bright Turquoise #21FAF0
Tints of Bright Turquoise #21FAF0
RGB
CMYK
RGB Variations
Color information
#21FAF0 (or 0x21FAF0) is known color: Bright Turquoise. HEX triplet: 21, FA and F0. RGB value is (33,250,240). Sum of RGB (Red+Green+Blue) = 33+250+240=523 (69% of max value = 765). Red value is 33 (13.28% from 255 or 6.31% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 240 (94.14% from 255 or 45.89% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #21FAF0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21FAF0 is #DE050F. Grayscale: #B7B7B7. Windows color (decimal): -14550288 or 15792673. OLE color: 15792673.
HSL color Cylindrical-coordinate representation of color #21FAF0: hue angle of 177.24º 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 #21FAF0 is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 250 | 240 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.02 |
| HSL | 177.24º | 0.96% | 0.55% | - |
| HSV(B) | 177.24º | 0.87% | 0.98% | - |
| XYZ | 50.54 | 74.99 | 94.25 | - |
| YUV | 183.98 | 159.61 | 20.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 250 | 240 | 0.87 | 0 | 0.04 | 0.02 | 177.24 | 0.96 | 0.55 |
| Hex | 21 | FA | F0 | 57 | 0 | 4 | 2 | B1 | 60 | 37 |
| Octal | 41 | 372 | 360 | 127 | 0 | 4 | 2 | 261 | 140 | 67 |
| Binary | 100001 | 11111010 | 11110000 | 1010111 | 0 | 100 | 10 | 10110001 | 1100000 | 110111 |
Color Harmonies of #21FAF0
Complementary color
Monochromatic Colors of #21FAF0
Black with #21FAF0
Text Example
Text Example
White with #21FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FAF0; }
p { color: rgb(33,250,240); }
H1.HeaderClassName
{
color: #21FAF0;
}
.AnyTagClassName
{
color: #21FAF0;
}
</style>
background-color css
<style>
a { background-color: #21FAF0; }
a { background-color: rgb(33,250,240); }
div.DivClassName
{
background-color: #21FAF0;
}
.BgClassName
{
background-color: #21FAF0;
}
</style>
border-color css
<style>
span { border-color: #21FAF0; }
span { border-color: rgb(33,250,240); }
td.TdClassName
{
border-color: #21FAF0;
}
.TagClassName
{
border-color: #21FAF0;
}
</style>