Shades of Bright Turquoise #21FCD2
Tints of Bright Turquoise #21FCD2
RGB
CMYK
RGB Variations
Color information
#21FCD2 (or 0x21FCD2) is known color: Bright Turquoise. HEX triplet: 21, FC and D2. RGB value is (33,252,210). Sum of RGB (Red+Green+Blue) = 33+252+210=495 (65% of max value = 765). Red value is 33 (13.28% from 255 or 6.67% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #21FCD2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FCD2 is #DE032D. Grayscale: #B5B5B5. Windows color (decimal): -14549806 or 13827105. OLE color: 13827105.
HSL color Cylindrical-coordinate representation of color #21FCD2: hue angle of 168.49º 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 #21FCD2 is Cyan = 0.87, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 252 | 210 | - |
| CMYK | 0.87 | 0 | 0.17 | 0.01 |
| HSL | 168.49º | 0.97% | 0.56% | - |
| HSV(B) | 168.49º | 0.87% | 0.99% | - |
| XYZ | 47.07 | 74.6 | 72.89 | - |
| YUV | 181.73 | 143.95 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 252 | 210 | 0.87 | 0 | 0.17 | 0.01 | 168.49 | 0.97 | 0.56 |
| Hex | 21 | FC | D2 | 57 | 0 | 11 | 1 | A8 | 61 | 38 |
| Octal | 41 | 374 | 322 | 127 | 0 | 21 | 1 | 250 | 141 | 70 |
| Binary | 100001 | 11111100 | 11010010 | 1010111 | 0 | 10001 | 1 | 10101000 | 1100001 | 111000 |
Color Harmonies of #21FCD2
Complementary color
Monochromatic Colors of #21FCD2
Black with #21FCD2
Text Example
Text Example
White with #21FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FCD2; }
p { color: rgb(33,252,210); }
H1.HeaderClassName
{
color: #21FCD2;
}
.AnyTagClassName
{
color: #21FCD2;
}
</style>
background-color css
<style>
a { background-color: #21FCD2; }
a { background-color: rgb(33,252,210); }
div.DivClassName
{
background-color: #21FCD2;
}
.BgClassName
{
background-color: #21FCD2;
}
</style>
border-color css
<style>
span { border-color: #21FCD2; }
span { border-color: rgb(33,252,210); }
td.TdClassName
{
border-color: #21FCD2;
}
.TagClassName
{
border-color: #21FCD2;
}
</style>