Shades of Bright Turquoise #21D8F1
Tints of Bright Turquoise #21D8F1
RGB
CMYK
RGB Variations
Color information
#21D8F1 (or 0x21D8F1) is known color: Bright Turquoise. HEX triplet: 21, D8 and F1. RGB value is (33,216,241). Sum of RGB (Red+Green+Blue) = 33+216+241=490 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.73% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #21D8F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D8F1 is #DE270E. Grayscale: #A3A3A3. Windows color (decimal): -14558991 or 15849505. OLE color: 15849505.
HSL color Cylindrical-coordinate representation of color #21D8F1: hue angle of 187.21º 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 #21D8F1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 216 | 241 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.05 |
| HSL | 187.21º | 0.88% | 0.54% | - |
| HSV(B) | 187.21º | 0.86% | 0.95% | - |
| XYZ | 41.06 | 55.79 | 91.82 | - |
| YUV | 164.13 | 171.37 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 216 | 241 | 0.86 | 0.10 | 0 | 0.05 | 187.21 | 0.88 | 0.54 |
| Hex | 21 | D8 | F1 | 56 | A | 0 | 5 | BB | 58 | 36 |
| Octal | 41 | 330 | 361 | 126 | 12 | 0 | 5 | 273 | 130 | 66 |
| Binary | 100001 | 11011000 | 11110001 | 1010110 | 1010 | 0 | 101 | 10111011 | 1011000 | 110110 |
Color Harmonies of #21D8F1
Complementary color
Monochromatic Colors of #21D8F1
Black with #21D8F1
Text Example
Text Example
White with #21D8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D8F1; }
p { color: rgb(33,216,241); }
H1.HeaderClassName
{
color: #21D8F1;
}
.AnyTagClassName
{
color: #21D8F1;
}
</style>
background-color css
<style>
a { background-color: #21D8F1; }
a { background-color: rgb(33,216,241); }
div.DivClassName
{
background-color: #21D8F1;
}
.BgClassName
{
background-color: #21D8F1;
}
</style>
border-color css
<style>
span { border-color: #21D8F1; }
span { border-color: rgb(33,216,241); }
td.TdClassName
{
border-color: #21D8F1;
}
.TagClassName
{
border-color: #21D8F1;
}
</style>