Shades of Turquoise #21FBC0
Tints of Turquoise #21FBC0
RGB
CMYK
RGB Variations
Color information
#21FBC0 (or 0x21FBC0) is known color: Turquoise. HEX triplet: 21, FB and C0. RGB value is (33,251,192). Sum of RGB (Red+Green+Blue) = 33+251+192=476 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.93% from 476); Green value is 251 (98.44% from 255 or 52.73% from 476); Blue value is 192 (75.39% from 255 or 40.34% from 476); Max value from RGB is 251 - color contains mainly: green. Hex color #21FBC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FBC0 is #DE043F. Grayscale: #B3B3B3. Windows color (decimal): -14550080 or 12647201. OLE color: 12647201.
HSL color Cylindrical-coordinate representation of color #21FBC0: hue angle of 163.76º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21FBC0 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 251 | 192 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.02 |
| HSL | 163.76º | 0.96% | 0.56% | - |
| HSV(B) | 163.76º | 0.87% | 0.98% | - |
| XYZ | 44.64 | 73.12 | 61.63 | - |
| YUV | 179.09 | 135.28 | 23.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 251 | 192 | 0.87 | 0 | 0.24 | 0.02 | 163.76 | 0.96 | 0.56 |
| Hex | 21 | FB | C0 | 57 | 0 | 18 | 2 | A4 | 60 | 38 |
| Octal | 41 | 373 | 300 | 127 | 0 | 30 | 2 | 244 | 140 | 70 |
| Binary | 100001 | 11111011 | 11000000 | 1010111 | 0 | 11000 | 10 | 10100100 | 1100000 | 111000 |
Color Harmonies of #21FBC0
Complementary color
Monochromatic Colors of #21FBC0
Black with #21FBC0
Text Example
Text Example
White with #21FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FBC0; }
p { color: rgb(33,251,192); }
H1.HeaderClassName
{
color: #21FBC0;
}
.AnyTagClassName
{
color: #21FBC0;
}
</style>
background-color css
<style>
a { background-color: #21FBC0; }
a { background-color: rgb(33,251,192); }
div.DivClassName
{
background-color: #21FBC0;
}
.BgClassName
{
background-color: #21FBC0;
}
</style>
border-color css
<style>
span { border-color: #21FBC0; }
span { border-color: rgb(33,251,192); }
td.TdClassName
{
border-color: #21FBC0;
}
.TagClassName
{
border-color: #21FBC0;
}
</style>