Shades of Turquoise #2BFCE5
Tints of Turquoise #2BFCE5
RGB
CMYK
RGB Variations
Color information
#2BFCE5 (or 0x2BFCE5) is known color: Turquoise. HEX triplet: 2B, FC and E5. RGB value is (43,252,229). Sum of RGB (Red+Green+Blue) = 43+252+229=524 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.21% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFCE5 is #D4031A. Grayscale: #BABABA. Windows color (decimal): -13894427 or 15072299. OLE color: 15072299.
HSL color Cylindrical-coordinate representation of color #2BFCE5: hue angle of 173.4º degrees, saturation: 0.97, 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 #2BFCE5 is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 229 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.01 |
| HSL | 173.4º | 0.97% | 0.58% | - |
| HSV(B) | 173.4º | 0.83% | 0.99% | - |
| XYZ | 49.95 | 75.79 | 86.13 | - |
| YUV | 186.89 | 151.76 | 25.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 229 | 0.83 | 0 | 0.09 | 0.01 | 173.4 | 0.97 | 0.58 |
| Hex | 2B | FC | E5 | 53 | 0 | 9 | 1 | AD | 61 | 3A |
| Octal | 53 | 374 | 345 | 123 | 0 | 11 | 1 | 255 | 141 | 72 |
| Binary | 101011 | 11111100 | 11100101 | 1010011 | 0 | 1001 | 1 | 10101101 | 1100001 | 111010 |
Color Harmonies of #2BFCE5
Complementary color
Monochromatic Colors of #2BFCE5
Black with #2BFCE5
Text Example
Text Example
White with #2BFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCE5; }
p { color: rgb(43,252,229); }
H1.HeaderClassName
{
color: #2BFCE5;
}
.AnyTagClassName
{
color: #2BFCE5;
}
</style>
background-color css
<style>
a { background-color: #2BFCE5; }
a { background-color: rgb(43,252,229); }
div.DivClassName
{
background-color: #2BFCE5;
}
.BgClassName
{
background-color: #2BFCE5;
}
</style>
border-color css
<style>
span { border-color: #2BFCE5; }
span { border-color: rgb(43,252,229); }
td.TdClassName
{
border-color: #2BFCE5;
}
.TagClassName
{
border-color: #2BFCE5;
}
</style>