Shades of Bright Turquoise #21EDF4
Tints of Bright Turquoise #21EDF4
RGB
CMYK
RGB Variations
Color information
#21EDF4 (or 0x21EDF4) is known color: Bright Turquoise. HEX triplet: 21, ED and F4. RGB value is (33,237,244). Sum of RGB (Red+Green+Blue) = 33+237+244=514 (68% of max value = 765). Red value is 33 (13.28% from 255 or 6.42% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 244 (95.70% from 255 or 47.47% from 514); Max value from RGB is 244 - color contains mainly: blue. Hex color #21EDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #21EDF4 is #DE120B. Grayscale: #B0B0B0. Windows color (decimal): -14553612 or 16051489. OLE color: 16051489.
HSL color Cylindrical-coordinate representation of color #21EDF4: hue angle of 181.99º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EDF4 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 237 | 244 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.04 |
| HSL | 181.99º | 0.91% | 0.54% | - |
| HSV(B) | 181.99º | 0.86% | 0.96% | - |
| XYZ | 47.24 | 67.42 | 96.11 | - |
| YUV | 176.8 | 165.91 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 237 | 244 | 0.86 | 0.03 | 0 | 0.04 | 181.99 | 0.91 | 0.54 |
| Hex | 21 | ED | F4 | 56 | 3 | 0 | 4 | B6 | 5B | 36 |
| Octal | 41 | 355 | 364 | 126 | 3 | 0 | 4 | 266 | 133 | 66 |
| Binary | 100001 | 11101101 | 11110100 | 1010110 | 11 | 0 | 100 | 10110110 | 1011011 | 110110 |
Color Harmonies of #21EDF4
Complementary color
Monochromatic Colors of #21EDF4
Black with #21EDF4
Text Example
Text Example
White with #21EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EDF4; }
p { color: rgb(33,237,244); }
H1.HeaderClassName
{
color: #21EDF4;
}
.AnyTagClassName
{
color: #21EDF4;
}
</style>
background-color css
<style>
a { background-color: #21EDF4; }
a { background-color: rgb(33,237,244); }
div.DivClassName
{
background-color: #21EDF4;
}
.BgClassName
{
background-color: #21EDF4;
}
</style>
border-color css
<style>
span { border-color: #21EDF4; }
span { border-color: rgb(33,237,244); }
td.TdClassName
{
border-color: #21EDF4;
}
.TagClassName
{
border-color: #21EDF4;
}
</style>