Shades of Bright Turquoise #21E3FB
Tints of Bright Turquoise #21E3FB
RGB
CMYK
RGB Variations
Color information
#21E3FB (or 0x21E3FB) is known color: Bright Turquoise. HEX triplet: 21, E3 and FB. RGB value is (33,227,251). Sum of RGB (Red+Green+Blue) = 33+227+251=511 (67% of max value = 765). Red value is 33 (13.28% from 255 or 6.46% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #21E3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21E3FB is #DE1C04. Grayscale: #ABABAB. Windows color (decimal): -14556165 or 16507681. OLE color: 16507681.
HSL color Cylindrical-coordinate representation of color #21E3FB: hue angle of 186.61º 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 #21E3FB is Cyan = 0.87, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 227 | 251 | - |
| CMYK | 0.87 | 0.10 | 0 | 0.02 |
| HSL | 186.61º | 0.96% | 0.56% | - |
| HSV(B) | 186.61º | 0.87% | 0.98% | - |
| XYZ | 45.51 | 62.23 | 100.88 | - |
| YUV | 171.73 | 172.73 | 29.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 251 | 0.87 | 0.10 | 0 | 0.02 | 186.61 | 0.96 | 0.56 |
| Hex | 21 | E3 | FB | 57 | A | 0 | 2 | BB | 60 | 38 |
| Octal | 41 | 343 | 373 | 127 | 12 | 0 | 2 | 273 | 140 | 70 |
| Binary | 100001 | 11100011 | 11111011 | 1010111 | 1010 | 0 | 10 | 10111011 | 1100000 | 111000 |
Color Harmonies of #21E3FB
Complementary color
Monochromatic Colors of #21E3FB
Black with #21E3FB
Text Example
Text Example
White with #21E3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E3FB; }
p { color: rgb(33,227,251); }
H1.HeaderClassName
{
color: #21E3FB;
}
.AnyTagClassName
{
color: #21E3FB;
}
</style>
background-color css
<style>
a { background-color: #21E3FB; }
a { background-color: rgb(33,227,251); }
div.DivClassName
{
background-color: #21E3FB;
}
.BgClassName
{
background-color: #21E3FB;
}
</style>
border-color css
<style>
span { border-color: #21E3FB; }
span { border-color: rgb(33,227,251); }
td.TdClassName
{
border-color: #21E3FB;
}
.TagClassName
{
border-color: #21E3FB;
}
</style>