Shades of Bright Turquoise #21D3F1
Tints of Bright Turquoise #21D3F1
RGB
CMYK
RGB Variations
Color information
#21D3F1 (or 0x21D3F1) is known color: Bright Turquoise. HEX triplet: 21, D3 and F1. RGB value is (33,211,241). Sum of RGB (Red+Green+Blue) = 33+211+241=485 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.80% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 241 (94.53% from 255 or 49.69% from 485); Max value from RGB is 241 - color contains mainly: blue. Hex color #21D3F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D3F1 is #DE2C0E. Grayscale: #A0A0A0. Windows color (decimal): -14560271 or 15848225. OLE color: 15848225.
HSL color Cylindrical-coordinate representation of color #21D3F1: hue angle of 188.65º 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 #21D3F1 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 211 | 241 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.05 |
| HSL | 188.65º | 0.88% | 0.54% | - |
| HSV(B) | 188.65º | 0.86% | 0.95% | - |
| XYZ | 39.8 | 53.26 | 91.4 | - |
| YUV | 161.2 | 173.03 | 36.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 211 | 241 | 0.86 | 0.12 | 0 | 0.05 | 188.65 | 0.88 | 0.54 |
| Hex | 21 | D3 | F1 | 56 | C | 0 | 5 | BD | 58 | 36 |
| Octal | 41 | 323 | 361 | 126 | 14 | 0 | 5 | 275 | 130 | 66 |
| Binary | 100001 | 11010011 | 11110001 | 1010110 | 1100 | 0 | 101 | 10111101 | 1011000 | 110110 |
Color Harmonies of #21D3F1
Complementary color
Monochromatic Colors of #21D3F1
Black with #21D3F1
Text Example
Text Example
White with #21D3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D3F1; }
p { color: rgb(33,211,241); }
H1.HeaderClassName
{
color: #21D3F1;
}
.AnyTagClassName
{
color: #21D3F1;
}
</style>
background-color css
<style>
a { background-color: #21D3F1; }
a { background-color: rgb(33,211,241); }
div.DivClassName
{
background-color: #21D3F1;
}
.BgClassName
{
background-color: #21D3F1;
}
</style>
border-color css
<style>
span { border-color: #21D3F1; }
span { border-color: rgb(33,211,241); }
td.TdClassName
{
border-color: #21D3F1;
}
.TagClassName
{
border-color: #21D3F1;
}
</style>