Shades of Bright Turquoise #21FCCC
Tints of Bright Turquoise #21FCCC
RGB
CMYK
RGB Variations
Color information
#21FCCC (or 0x21FCCC) is known color: Bright Turquoise. HEX triplet: 21, FC and CC. RGB value is (33,252,204). Sum of RGB (Red+Green+Blue) = 33+252+204=489 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.75% from 489); Green value is 252 (98.83% from 255 or 51.53% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 252 - color contains mainly: green. Hex color #21FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FCCC is #DE0333. Grayscale: #B5B5B5. Windows color (decimal): -14549812 or 13433889. OLE color: 13433889.
HSL color Cylindrical-coordinate representation of color #21FCCC: hue angle of 166.85º 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 #21FCCC is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 252 | 204 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.01 |
| HSL | 166.85º | 0.97% | 0.56% | - |
| HSV(B) | 166.85º | 0.87% | 0.99% | - |
| XYZ | 46.34 | 74.3 | 69.03 | - |
| YUV | 181.05 | 140.95 | 22.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 252 | 204 | 0.87 | 0 | 0.19 | 0.01 | 166.85 | 0.97 | 0.56 |
| Hex | 21 | FC | CC | 57 | 0 | 13 | 1 | A7 | 61 | 38 |
| Octal | 41 | 374 | 314 | 127 | 0 | 23 | 1 | 247 | 141 | 70 |
| Binary | 100001 | 11111100 | 11001100 | 1010111 | 0 | 10011 | 1 | 10100111 | 1100001 | 111000 |
Color Harmonies of #21FCCC
Complementary color
Monochromatic Colors of #21FCCC
Black with #21FCCC
Text Example
Text Example
White with #21FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FCCC; }
p { color: rgb(33,252,204); }
H1.HeaderClassName
{
color: #21FCCC;
}
.AnyTagClassName
{
color: #21FCCC;
}
</style>
background-color css
<style>
a { background-color: #21FCCC; }
a { background-color: rgb(33,252,204); }
div.DivClassName
{
background-color: #21FCCC;
}
.BgClassName
{
background-color: #21FCCC;
}
</style>
border-color css
<style>
span { border-color: #21FCCC; }
span { border-color: rgb(33,252,204); }
td.TdClassName
{
border-color: #21FCCC;
}
.TagClassName
{
border-color: #21FCCC;
}
</style>