Shades of Bright Turquoise #21DDF2
Tints of Bright Turquoise #21DDF2
RGB
CMYK
RGB Variations
Color information
#21DDF2 (or 0x21DDF2) is known color: Bright Turquoise. HEX triplet: 21, DD and F2. RGB value is (33,221,242). Sum of RGB (Red+Green+Blue) = 33+221+242=496 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.65% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #21DDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DDF2 is #DE220D. Grayscale: #A6A6A6. Windows color (decimal): -14557710 or 15916321. OLE color: 15916321.
HSL color Cylindrical-coordinate representation of color #21DDF2: hue angle of 186.03º degrees, saturation: 0.89, 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 #21DDF2 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 221 | 242 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.05 |
| HSL | 186.03º | 0.89% | 0.54% | - |
| HSV(B) | 186.03º | 0.86% | 0.95% | - |
| XYZ | 42.51 | 58.45 | 93.05 | - |
| YUV | 167.18 | 170.22 | 32.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 242 | 0.86 | 0.09 | 0 | 0.05 | 186.03 | 0.89 | 0.54 |
| Hex | 21 | DD | F2 | 56 | 9 | 0 | 5 | BA | 59 | 36 |
| Octal | 41 | 335 | 362 | 126 | 11 | 0 | 5 | 272 | 131 | 66 |
| Binary | 100001 | 11011101 | 11110010 | 1010110 | 1001 | 0 | 101 | 10111010 | 1011001 | 110110 |
Color Harmonies of #21DDF2
Complementary color
Monochromatic Colors of #21DDF2
Black with #21DDF2
Text Example
Text Example
White with #21DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DDF2; }
p { color: rgb(33,221,242); }
H1.HeaderClassName
{
color: #21DDF2;
}
.AnyTagClassName
{
color: #21DDF2;
}
</style>
background-color css
<style>
a { background-color: #21DDF2; }
a { background-color: rgb(33,221,242); }
div.DivClassName
{
background-color: #21DDF2;
}
.BgClassName
{
background-color: #21DDF2;
}
</style>
border-color css
<style>
span { border-color: #21DDF2; }
span { border-color: rgb(33,221,242); }
td.TdClassName
{
border-color: #21DDF2;
}
.TagClassName
{
border-color: #21DDF2;
}
</style>