Shades of Bright Turquoise #21FCDC
Tints of Bright Turquoise #21FCDC
RGB
CMYK
RGB Variations
Color information
#21FCDC (or 0x21FCDC) is known color: Bright Turquoise. HEX triplet: 21, FC and DC. RGB value is (33,252,220). Sum of RGB (Red+Green+Blue) = 33+252+220=505 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.53% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #21FCDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FCDC is #DE0323. Grayscale: #B6B6B6. Windows color (decimal): -14549796 or 14482465. OLE color: 14482465.
HSL color Cylindrical-coordinate representation of color #21FCDC: hue angle of 171.23º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FCDC is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 252 | 220 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.01 |
| HSL | 171.23º | 0.97% | 0.56% | - |
| HSV(B) | 171.23º | 0.87% | 0.99% | - |
| XYZ | 48.36 | 75.11 | 79.66 | - |
| YUV | 182.87 | 148.95 | 21.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 252 | 220 | 0.87 | 0 | 0.13 | 0.01 | 171.23 | 0.97 | 0.56 |
| Hex | 21 | FC | DC | 57 | 0 | D | 1 | AB | 61 | 38 |
| Octal | 41 | 374 | 334 | 127 | 0 | 15 | 1 | 253 | 141 | 70 |
| Binary | 100001 | 11111100 | 11011100 | 1010111 | 0 | 1101 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #21FCDC
Complementary color
Monochromatic Colors of #21FCDC
Black with #21FCDC
Text Example
Text Example
White with #21FCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FCDC; }
p { color: rgb(33,252,220); }
H1.HeaderClassName
{
color: #21FCDC;
}
.AnyTagClassName
{
color: #21FCDC;
}
</style>
background-color css
<style>
a { background-color: #21FCDC; }
a { background-color: rgb(33,252,220); }
div.DivClassName
{
background-color: #21FCDC;
}
.BgClassName
{
background-color: #21FCDC;
}
</style>
border-color css
<style>
span { border-color: #21FCDC; }
span { border-color: rgb(33,252,220); }
td.TdClassName
{
border-color: #21FCDC;
}
.TagClassName
{
border-color: #21FCDC;
}
</style>