Shades of Turquoise #21F0BA
Tints of Turquoise #21F0BA
RGB
CMYK
RGB Variations
Color information
#21F0BA (or 0x21F0BA) is known color: Turquoise. HEX triplet: 21, F0 and BA. RGB value is (33,240,186). Sum of RGB (Red+Green+Blue) = 33+240+186=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #21F0BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21F0BA is #DE0F45. Grayscale: #ABABAB. Windows color (decimal): -14552902 or 12251169. OLE color: 12251169.
HSL color Cylindrical-coordinate representation of color #21F0BA: hue angle of 164.35º 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 #21F0BA is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 240 | 186 | - |
| CMYK | 0.86 | 0 | 0.22 | 0.06 |
| HSL | 164.35º | 0.87% | 0.54% | - |
| HSV(B) | 164.35º | 0.86% | 0.94% | - |
| XYZ | 40.65 | 66.19 | 57.09 | - |
| YUV | 171.95 | 135.92 | 28.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 240 | 186 | 0.86 | 0 | 0.22 | 0.06 | 164.35 | 0.87 | 0.54 |
| Hex | 21 | F0 | BA | 56 | 0 | 16 | 6 | A4 | 57 | 36 |
| Octal | 41 | 360 | 272 | 126 | 0 | 26 | 6 | 244 | 127 | 66 |
| Binary | 100001 | 11110000 | 10111010 | 1010110 | 0 | 10110 | 110 | 10100100 | 1010111 | 110110 |
Color Harmonies of #21F0BA
Complementary color
Monochromatic Colors of #21F0BA
Black with #21F0BA
Text Example
Text Example
White with #21F0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21F0BA; }
p { color: rgb(33,240,186); }
H1.HeaderClassName
{
color: #21F0BA;
}
.AnyTagClassName
{
color: #21F0BA;
}
</style>
background-color css
<style>
a { background-color: #21F0BA; }
a { background-color: rgb(33,240,186); }
div.DivClassName
{
background-color: #21F0BA;
}
.BgClassName
{
background-color: #21F0BA;
}
</style>
border-color css
<style>
span { border-color: #21F0BA; }
span { border-color: rgb(33,240,186); }
td.TdClassName
{
border-color: #21F0BA;
}
.TagClassName
{
border-color: #21F0BA;
}
</style>