Shades of Bright Turquoise #2BFAEE
Tints of Bright Turquoise #2BFAEE
RGB
CMYK
RGB Variations
Color information
#2BFAEE (or 0x2BFAEE) is known color: Bright Turquoise. HEX triplet: 2B, FA and EE. RGB value is (43,250,238). Sum of RGB (Red+Green+Blue) = 43+250+238=531 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.10% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFAEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFAEE is #D40511. Grayscale: #BABABA. Windows color (decimal): -13894930 or 15661611. OLE color: 15661611.
HSL color Cylindrical-coordinate representation of color #2BFAEE: hue angle of 176.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFAEE is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 238 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.02 |
| HSL | 176.52º | 0.95% | 0.57% | - |
| HSV(B) | 176.52º | 0.83% | 0.98% | - |
| XYZ | 50.61 | 75.06 | 92.71 | - |
| YUV | 186.74 | 156.92 | 25.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 238 | 0.83 | 0 | 0.05 | 0.02 | 176.52 | 0.95 | 0.57 |
| Hex | 2B | FA | EE | 53 | 0 | 5 | 2 | B1 | 5F | 39 |
| Octal | 53 | 372 | 356 | 123 | 0 | 5 | 2 | 261 | 137 | 71 |
| Binary | 101011 | 11111010 | 11101110 | 1010011 | 0 | 101 | 10 | 10110001 | 1011111 | 111001 |
Color Harmonies of #2BFAEE
Complementary color
Monochromatic Colors of #2BFAEE
Black with #2BFAEE
Text Example
Text Example
White with #2BFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFAEE; }
p { color: rgb(43,250,238); }
H1.HeaderClassName
{
color: #2BFAEE;
}
.AnyTagClassName
{
color: #2BFAEE;
}
</style>
background-color css
<style>
a { background-color: #2BFAEE; }
a { background-color: rgb(43,250,238); }
div.DivClassName
{
background-color: #2BFAEE;
}
.BgClassName
{
background-color: #2BFAEE;
}
</style>
border-color css
<style>
span { border-color: #2BFAEE; }
span { border-color: rgb(43,250,238); }
td.TdClassName
{
border-color: #2BFAEE;
}
.TagClassName
{
border-color: #2BFAEE;
}
</style>