Shades of Turquoise #21F0BE
Tints of Turquoise #21F0BE
RGB
CMYK
RGB Variations
Color information
#21F0BE (or 0x21F0BE) is known color: Turquoise. HEX triplet: 21, F0 and BE. RGB value is (33,240,190). Sum of RGB (Red+Green+Blue) = 33+240+190=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F0BE is #DE0F41. Grayscale: #ACACAC. Windows color (decimal): -14552898 or 12513313. OLE color: 12513313.
HSL color Cylindrical-coordinate representation of color #21F0BE: hue angle of 165.51º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21F0BE is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 190 | - |
| CMYK | 0.86 | 0 | 0.21 | 0.06 |
| HSL | 165.51º | 0.87% | 0.54% | - |
| HSV(B) | 165.51º | 0.86% | 0.94% | - |
| XYZ | 41.08 | 66.36 | 59.36 | - |
| YUV | 172.41 | 137.92 | 28.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 190 | 0.86 | 0 | 0.21 | 0.06 | 165.51 | 0.87 | 0.54 |
| Hex | 21 | F0 | BE | 56 | 0 | 15 | 6 | A6 | 57 | 36 |
| Octal | 41 | 360 | 276 | 126 | 0 | 25 | 6 | 246 | 127 | 66 |
| Binary | 100001 | 11110000 | 10111110 | 1010110 | 0 | 10101 | 110 | 10100110 | 1010111 | 110110 |
Color Harmonies of #21F0BE
Complementary color
Monochromatic Colors of #21F0BE
Black with #21F0BE
Text Example
Text Example
White with #21F0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F0BE; }
p { color: rgb(33,240,190); }
H1.HeaderClassName
{
color: #21F0BE;
}
.AnyTagClassName
{
color: #21F0BE;
}
</style>
background-color css
<style>
a { background-color: #21F0BE; }
a { background-color: rgb(33,240,190); }
div.DivClassName
{
background-color: #21F0BE;
}
.BgClassName
{
background-color: #21F0BE;
}
</style>
border-color css
<style>
span { border-color: #21F0BE; }
span { border-color: rgb(33,240,190); }
td.TdClassName
{
border-color: #21F0BE;
}
.TagClassName
{
border-color: #21F0BE;
}
</style>