Shades of Bright Turquoise #2BFDEA
Tints of Bright Turquoise #2BFDEA
RGB
CMYK
RGB Variations
Color information
#2BFDEA (or 0x2BFDEA) is known color: Bright Turquoise. HEX triplet: 2B, FD and EA. RGB value is (43,253,234). Sum of RGB (Red+Green+Blue) = 43+253+234=530 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.11% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFDEA is #D40215. Grayscale: #BBBBBB. Windows color (decimal): -13894166 or 15400235. OLE color: 15400235.
HSL color Cylindrical-coordinate representation of color #2BFDEA: hue angle of 174.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFDEA is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 234 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.01 |
| HSL | 174.57º | 0.98% | 0.58% | - |
| HSV(B) | 174.57º | 0.83% | 0.99% | - |
| XYZ | 50.97 | 76.7 | 89.96 | - |
| YUV | 188.04 | 153.93 | 24.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 234 | 0.83 | 0 | 0.08 | 0.01 | 174.57 | 0.98 | 0.58 |
| Hex | 2B | FD | EA | 53 | 0 | 8 | 1 | AF | 62 | 3A |
| Octal | 53 | 375 | 352 | 123 | 0 | 10 | 1 | 257 | 142 | 72 |
| Binary | 101011 | 11111101 | 11101010 | 1010011 | 0 | 1000 | 1 | 10101111 | 1100010 | 111010 |
Color Harmonies of #2BFDEA
Complementary color
Monochromatic Colors of #2BFDEA
Black with #2BFDEA
Text Example
Text Example
White with #2BFDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDEA; }
p { color: rgb(43,253,234); }
H1.HeaderClassName
{
color: #2BFDEA;
}
.AnyTagClassName
{
color: #2BFDEA;
}
</style>
background-color css
<style>
a { background-color: #2BFDEA; }
a { background-color: rgb(43,253,234); }
div.DivClassName
{
background-color: #2BFDEA;
}
.BgClassName
{
background-color: #2BFDEA;
}
</style>
border-color css
<style>
span { border-color: #2BFDEA; }
span { border-color: rgb(43,253,234); }
td.TdClassName
{
border-color: #2BFDEA;
}
.TagClassName
{
border-color: #2BFDEA;
}
</style>