Shades of Bright Turquoise #21FDDD
Tints of Bright Turquoise #21FDDD
RGB
CMYK
RGB Variations
Color information
#21FDDD (or 0x21FDDD) is known color: Bright Turquoise. HEX triplet: 21, FD and DD. RGB value is (33,253,221). Sum of RGB (Red+Green+Blue) = 33+253+221=507 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.51% from 507); Green value is 253 (99.22% from 255 or 49.90% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 253 - color contains mainly: green. Hex color #21FDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FDDD is #DE0222. Grayscale: #B7B7B7. Windows color (decimal): -14549539 or 14548257. OLE color: 14548257.
HSL color Cylindrical-coordinate representation of color #21FDDD: hue angle of 171.27º degrees, saturation: 0.98, 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 #21FDDD is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 253 | 221 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.01 |
| HSL | 171.27º | 0.98% | 0.56% | - |
| HSV(B) | 171.27º | 0.87% | 0.99% | - |
| XYZ | 48.8 | 75.79 | 80.46 | - |
| YUV | 183.57 | 149.11 | 20.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 253 | 221 | 0.87 | 0 | 0.13 | 0.01 | 171.27 | 0.98 | 0.56 |
| Hex | 21 | FD | DD | 57 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 41 | 375 | 335 | 127 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 100001 | 11111101 | 11011101 | 1010111 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #21FDDD
Complementary color
Monochromatic Colors of #21FDDD
Black with #21FDDD
Text Example
Text Example
White with #21FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FDDD; }
p { color: rgb(33,253,221); }
H1.HeaderClassName
{
color: #21FDDD;
}
.AnyTagClassName
{
color: #21FDDD;
}
</style>
background-color css
<style>
a { background-color: #21FDDD; }
a { background-color: rgb(33,253,221); }
div.DivClassName
{
background-color: #21FDDD;
}
.BgClassName
{
background-color: #21FDDD;
}
</style>
border-color css
<style>
span { border-color: #21FDDD; }
span { border-color: rgb(33,253,221); }
td.TdClassName
{
border-color: #21FDDD;
}
.TagClassName
{
border-color: #21FDDD;
}
</style>