Shades of Bright Turquoise #21FCDB
Tints of Bright Turquoise #21FCDB
RGB
CMYK
RGB Variations
Color information
#21FCDB (or 0x21FCDB) is known color: Bright Turquoise. HEX triplet: 21, FC and DB. RGB value is (33,252,219). Sum of RGB (Red+Green+Blue) = 33+252+219=504 (66% of max value = 765). Red value is 33 (13.28% from 255 or 6.55% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #21FCDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FCDB is #DE0324. Grayscale: #B6B6B6. Windows color (decimal): -14549797 or 14416929. OLE color: 14416929.
HSL color Cylindrical-coordinate representation of color #21FCDB: hue angle of 170.96º 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 #21FCDB is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 252 | 219 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.01 |
| HSL | 170.96º | 0.97% | 0.56% | - |
| HSV(B) | 170.96º | 0.87% | 0.99% | - |
| XYZ | 48.22 | 75.06 | 78.96 | - |
| YUV | 182.76 | 148.45 | 21.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 252 | 219 | 0.87 | 0 | 0.13 | 0.01 | 170.96 | 0.97 | 0.56 |
| Hex | 21 | FC | DB | 57 | 0 | D | 1 | AB | 61 | 38 |
| Octal | 41 | 374 | 333 | 127 | 0 | 15 | 1 | 253 | 141 | 70 |
| Binary | 100001 | 11111100 | 11011011 | 1010111 | 0 | 1101 | 1 | 10101011 | 1100001 | 111000 |
Color Harmonies of #21FCDB
Complementary color
Monochromatic Colors of #21FCDB
Black with #21FCDB
Text Example
Text Example
White with #21FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FCDB; }
p { color: rgb(33,252,219); }
H1.HeaderClassName
{
color: #21FCDB;
}
.AnyTagClassName
{
color: #21FCDB;
}
</style>
background-color css
<style>
a { background-color: #21FCDB; }
a { background-color: rgb(33,252,219); }
div.DivClassName
{
background-color: #21FCDB;
}
.BgClassName
{
background-color: #21FCDB;
}
</style>
border-color css
<style>
span { border-color: #21FCDB; }
span { border-color: rgb(33,252,219); }
td.TdClassName
{
border-color: #21FCDB;
}
.TagClassName
{
border-color: #21FCDB;
}
</style>