Shades of Turquoise #21FBBE
Tints of Turquoise #21FBBE
RGB
CMYK
RGB Variations
Color information
#21FBBE (or 0x21FBBE) is known color: Turquoise. HEX triplet: 21, FB and BE. RGB value is (33,251,190). Sum of RGB (Red+Green+Blue) = 33+251+190=474 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.96% from 474); Green value is 251 (98.44% from 255 or 52.95% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 251 - color contains mainly: green. Hex color #21FBBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #21FBBE is #DE0441. Grayscale: #B2B2B2. Windows color (decimal): -14550082 or 12516129. OLE color: 12516129.
HSL color Cylindrical-coordinate representation of color #21FBBE: hue angle of 163.21º 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 #21FBBE is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 251 | 190 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.02 |
| HSL | 163.21º | 0.96% | 0.56% | - |
| HSV(B) | 163.21º | 0.87% | 0.98% | - |
| XYZ | 44.42 | 73.04 | 60.47 | - |
| YUV | 178.86 | 134.28 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 251 | 190 | 0.87 | 0 | 0.24 | 0.02 | 163.21 | 0.96 | 0.56 |
| Hex | 21 | FB | BE | 57 | 0 | 18 | 2 | A3 | 60 | 38 |
| Octal | 41 | 373 | 276 | 127 | 0 | 30 | 2 | 243 | 140 | 70 |
| Binary | 100001 | 11111011 | 10111110 | 1010111 | 0 | 11000 | 10 | 10100011 | 1100000 | 111000 |
Color Harmonies of #21FBBE
Complementary color
Monochromatic Colors of #21FBBE
Black with #21FBBE
Text Example
Text Example
White with #21FBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21FBBE; }
p { color: rgb(33,251,190); }
H1.HeaderClassName
{
color: #21FBBE;
}
.AnyTagClassName
{
color: #21FBBE;
}
</style>
background-color css
<style>
a { background-color: #21FBBE; }
a { background-color: rgb(33,251,190); }
div.DivClassName
{
background-color: #21FBBE;
}
.BgClassName
{
background-color: #21FBBE;
}
</style>
border-color css
<style>
span { border-color: #21FBBE; }
span { border-color: rgb(33,251,190); }
td.TdClassName
{
border-color: #21FBBE;
}
.TagClassName
{
border-color: #21FBBE;
}
</style>