Shades of Bright Turquoise #21DAF1
Tints of Bright Turquoise #21DAF1
RGB
CMYK
RGB Variations
Color information
#21DAF1 (or 0x21DAF1) is known color: Bright Turquoise. HEX triplet: 21, DA and F1. RGB value is (33,218,241). Sum of RGB (Red+Green+Blue) = 33+218+241=492 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.71% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #21DAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DAF1 is #DE250E. Grayscale: #A5A5A5. Windows color (decimal): -14558479 or 15850017. OLE color: 15850017.
HSL color Cylindrical-coordinate representation of color #21DAF1: hue angle of 186.63º 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 #21DAF1 is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 218 | 241 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.05 |
| HSL | 186.63º | 0.88% | 0.54% | - |
| HSV(B) | 186.63º | 0.86% | 0.95% | - |
| XYZ | 41.58 | 56.82 | 91.99 | - |
| YUV | 165.31 | 170.71 | 33.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 218 | 241 | 0.86 | 0.10 | 0 | 0.05 | 186.63 | 0.88 | 0.54 |
| Hex | 21 | DA | F1 | 56 | A | 0 | 5 | BB | 58 | 36 |
| Octal | 41 | 332 | 361 | 126 | 12 | 0 | 5 | 273 | 130 | 66 |
| Binary | 100001 | 11011010 | 11110001 | 1010110 | 1010 | 0 | 101 | 10111011 | 1011000 | 110110 |
Color Harmonies of #21DAF1
Complementary color
Monochromatic Colors of #21DAF1
Black with #21DAF1
Text Example
Text Example
White with #21DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DAF1; }
p { color: rgb(33,218,241); }
H1.HeaderClassName
{
color: #21DAF1;
}
.AnyTagClassName
{
color: #21DAF1;
}
</style>
background-color css
<style>
a { background-color: #21DAF1; }
a { background-color: rgb(33,218,241); }
div.DivClassName
{
background-color: #21DAF1;
}
.BgClassName
{
background-color: #21DAF1;
}
</style>
border-color css
<style>
span { border-color: #21DAF1; }
span { border-color: rgb(33,218,241); }
td.TdClassName
{
border-color: #21DAF1;
}
.TagClassName
{
border-color: #21DAF1;
}
</style>