Shades of Bright Turquoise #21F0F1
Tints of Bright Turquoise #21F0F1
RGB
CMYK
RGB Variations
Color information
#21F0F1 (or 0x21F0F1) is known color: Bright Turquoise. HEX triplet: 21, F0 and F1. RGB value is (33,240,241). Sum of RGB (Red+Green+Blue) = 33+240+241=514 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.42% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #21F0F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21F0F1 is #DE0F0E. Grayscale: #B2B2B2. Windows color (decimal): -14552847 or 15855649. OLE color: 15855649.
HSL color Cylindrical-coordinate representation of color #21F0F1: hue angle of 180.29º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F0F1 is Cyan = 0.86, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 240 | 241 | - |
| CMYK | 0.86 | 0.00 | 0 | 0.05 |
| HSL | 180.29º | 0.88% | 0.54% | - |
| HSV(B) | 180.29º | 0.86% | 0.95% | - |
| XYZ | 47.66 | 68.99 | 94.02 | - |
| YUV | 178.22 | 163.42 | 24.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 241 | 0.86 | 0.00 | 0 | 0.05 | 180.29 | 0.88 | 0.54 |
| Hex | 21 | F0 | F1 | 56 | 0 | 0 | 5 | B4 | 58 | 36 |
| Octal | 41 | 360 | 361 | 126 | 0 | 0 | 5 | 264 | 130 | 66 |
| Binary | 100001 | 11110000 | 11110001 | 1010110 | 0 | 0 | 101 | 10110100 | 1011000 | 110110 |
Color Harmonies of #21F0F1
Complementary color
Monochromatic Colors of #21F0F1
Black with #21F0F1
Text Example
Text Example
White with #21F0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F0F1; }
p { color: rgb(33,240,241); }
H1.HeaderClassName
{
color: #21F0F1;
}
.AnyTagClassName
{
color: #21F0F1;
}
</style>
background-color css
<style>
a { background-color: #21F0F1; }
a { background-color: rgb(33,240,241); }
div.DivClassName
{
background-color: #21F0F1;
}
.BgClassName
{
background-color: #21F0F1;
}
</style>
border-color css
<style>
span { border-color: #21F0F1; }
span { border-color: rgb(33,240,241); }
td.TdClassName
{
border-color: #21F0F1;
}
.TagClassName
{
border-color: #21F0F1;
}
</style>