Shades of Turquoise #21FBC1
Tints of Turquoise #21FBC1
RGB
CMYK
RGB Variations
Color information
#21FBC1 (or 0x21FBC1) is known color: Turquoise. HEX triplet: 21, FB and C1. RGB value is (33,251,193). Sum of RGB (Red+Green+Blue) = 33+251+193=477 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.92% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #21FBC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FBC1 is #DE043E. Grayscale: #B3B3B3. Windows color (decimal): -14550079 or 12712737. OLE color: 12712737.
HSL color Cylindrical-coordinate representation of color #21FBC1: hue angle of 164.04º 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 #21FBC1 is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 251 | 193 | - |
| CMYK | 0.87 | 0 | 0.23 | 0.02 |
| HSL | 164.04º | 0.96% | 0.56% | - |
| HSV(B) | 164.04º | 0.87% | 0.98% | - |
| XYZ | 44.75 | 73.17 | 62.22 | - |
| YUV | 179.21 | 135.78 | 23.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 251 | 193 | 0.87 | 0 | 0.23 | 0.02 | 164.04 | 0.96 | 0.56 |
| Hex | 21 | FB | C1 | 57 | 0 | 17 | 2 | A4 | 60 | 38 |
| Octal | 41 | 373 | 301 | 127 | 0 | 27 | 2 | 244 | 140 | 70 |
| Binary | 100001 | 11111011 | 11000001 | 1010111 | 0 | 10111 | 10 | 10100100 | 1100000 | 111000 |
Color Harmonies of #21FBC1
Complementary color
Monochromatic Colors of #21FBC1
Black with #21FBC1
Text Example
Text Example
White with #21FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FBC1; }
p { color: rgb(33,251,193); }
H1.HeaderClassName
{
color: #21FBC1;
}
.AnyTagClassName
{
color: #21FBC1;
}
</style>
background-color css
<style>
a { background-color: #21FBC1; }
a { background-color: rgb(33,251,193); }
div.DivClassName
{
background-color: #21FBC1;
}
.BgClassName
{
background-color: #21FBC1;
}
</style>
border-color css
<style>
span { border-color: #21FBC1; }
span { border-color: rgb(33,251,193); }
td.TdClassName
{
border-color: #21FBC1;
}
.TagClassName
{
border-color: #21FBC1;
}
</style>