Shades of Bright Turquoise #21D9F5
Tints of Bright Turquoise #21D9F5
RGB
CMYK
RGB Variations
Color information
#21D9F5 (or 0x21D9F5) is known color: Bright Turquoise. HEX triplet: 21, D9 and F5. RGB value is (33,217,245). Sum of RGB (Red+Green+Blue) = 33+217+245=495 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.67% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 245 (96.09% from 255 or 49.49% from 495); Max value from RGB is 245 - color contains mainly: blue. Hex color #21D9F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21D9F5 is #DE260A. Grayscale: #A4A4A4. Windows color (decimal): -14558731 or 16111905. OLE color: 16111905.
HSL color Cylindrical-coordinate representation of color #21D9F5: hue angle of 187.92º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21D9F5 is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 217 | 245 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.04 |
| HSL | 187.92º | 0.91% | 0.55% | - |
| HSV(B) | 187.92º | 0.87% | 0.96% | - |
| XYZ | 41.92 | 56.54 | 95.09 | - |
| YUV | 165.18 | 173.04 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 217 | 245 | 0.87 | 0.11 | 0 | 0.04 | 187.92 | 0.91 | 0.55 |
| Hex | 21 | D9 | F5 | 57 | B | 0 | 4 | BC | 5B | 37 |
| Octal | 41 | 331 | 365 | 127 | 13 | 0 | 4 | 274 | 133 | 67 |
| Binary | 100001 | 11011001 | 11110101 | 1010111 | 1011 | 0 | 100 | 10111100 | 1011011 | 110111 |
Color Harmonies of #21D9F5
Complementary color
Monochromatic Colors of #21D9F5
Black with #21D9F5
Text Example
Text Example
White with #21D9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D9F5; }
p { color: rgb(33,217,245); }
H1.HeaderClassName
{
color: #21D9F5;
}
.AnyTagClassName
{
color: #21D9F5;
}
</style>
background-color css
<style>
a { background-color: #21D9F5; }
a { background-color: rgb(33,217,245); }
div.DivClassName
{
background-color: #21D9F5;
}
.BgClassName
{
background-color: #21D9F5;
}
</style>
border-color css
<style>
span { border-color: #21D9F5; }
span { border-color: rgb(33,217,245); }
td.TdClassName
{
border-color: #21D9F5;
}
.TagClassName
{
border-color: #21D9F5;
}
</style>