Shades of Bright Turquoise #21EDF1
Tints of Bright Turquoise #21EDF1
RGB
CMYK
RGB Variations
Color information
#21EDF1 (or 0x21EDF1) is known color: Bright Turquoise. HEX triplet: 21, ED and F1. RGB value is (33,237,241). Sum of RGB (Red+Green+Blue) = 33+237+241=511 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.46% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #21EDF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDF1 is #DE120E. Grayscale: #B0B0B0. Windows color (decimal): -14553615 or 15854881. OLE color: 15854881.
HSL color Cylindrical-coordinate representation of color #21EDF1: hue angle of 181.15º 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 #21EDF1 is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 237 | 241 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.05 |
| HSL | 181.15º | 0.88% | 0.54% | - |
| HSV(B) | 181.15º | 0.86% | 0.95% | - |
| XYZ | 46.79 | 67.24 | 93.73 | - |
| YUV | 176.46 | 164.41 | 25.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 241 | 0.86 | 0.02 | 0 | 0.05 | 181.15 | 0.88 | 0.54 |
| Hex | 21 | ED | F1 | 56 | 2 | 0 | 5 | B5 | 58 | 36 |
| Octal | 41 | 355 | 361 | 126 | 2 | 0 | 5 | 265 | 130 | 66 |
| Binary | 100001 | 11101101 | 11110001 | 1010110 | 10 | 0 | 101 | 10110101 | 1011000 | 110110 |
Color Harmonies of #21EDF1
Complementary color
Monochromatic Colors of #21EDF1
Black with #21EDF1
Text Example
Text Example
White with #21EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDF1; }
p { color: rgb(33,237,241); }
H1.HeaderClassName
{
color: #21EDF1;
}
.AnyTagClassName
{
color: #21EDF1;
}
</style>
background-color css
<style>
a { background-color: #21EDF1; }
a { background-color: rgb(33,237,241); }
div.DivClassName
{
background-color: #21EDF1;
}
.BgClassName
{
background-color: #21EDF1;
}
</style>
border-color css
<style>
span { border-color: #21EDF1; }
span { border-color: rgb(33,237,241); }
td.TdClassName
{
border-color: #21EDF1;
}
.TagClassName
{
border-color: #21EDF1;
}
</style>