Shades of Bright Turquoise #21DEFF
Tints of Bright Turquoise #21DEFF
RGB
CMYK
RGB Variations
Color information
#21DEFF (or 0x21DEFF) is known color: Bright Turquoise. HEX triplet: 21, DE and FF. RGB value is (33,222,255). Sum of RGB (Red+Green+Blue) = 33+222+255=510 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.47% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #21DEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21DEFF is #DE2100. Grayscale: #A8A8A8. Windows color (decimal): -14557441 or 16768545. OLE color: 16768545.
HSL color Cylindrical-coordinate representation of color #21DEFF: hue angle of 188.92º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21DEFF is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 222 | 255 | - |
| CMYK | 0.87 | 0.13 | 0 | 0 |
| HSL | 188.92º | 1% | 0.56% | - |
| HSV(B) | 188.92º | 0.87% | 1% | - |
| XYZ | 44.8 | 59.79 | 103.79 | - |
| YUV | 169.25 | 176.38 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 222 | 255 | 0.87 | 0.13 | 0 | 0 | 188.92 | 1 | 0.56 |
| Hex | 21 | DE | FF | 57 | D | 0 | 0 | BD | 64 | 38 |
| Octal | 41 | 336 | 377 | 127 | 15 | 0 | 0 | 275 | 144 | 70 |
| Binary | 100001 | 11011110 | 11111111 | 1010111 | 1101 | 0 | 0 | 10111101 | 1100100 | 111000 |
Color Harmonies of #21DEFF
Complementary color
Monochromatic Colors of #21DEFF
Black with #21DEFF
Text Example
Text Example
White with #21DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DEFF; }
p { color: rgb(33,222,255); }
H1.HeaderClassName
{
color: #21DEFF;
}
.AnyTagClassName
{
color: #21DEFF;
}
</style>
background-color css
<style>
a { background-color: #21DEFF; }
a { background-color: rgb(33,222,255); }
div.DivClassName
{
background-color: #21DEFF;
}
.BgClassName
{
background-color: #21DEFF;
}
</style>
border-color css
<style>
span { border-color: #21DEFF; }
span { border-color: rgb(33,222,255); }
td.TdClassName
{
border-color: #21DEFF;
}
.TagClassName
{
border-color: #21DEFF;
}
</style>