Shades of Bright Turquoise #2BFCED
Tints of Bright Turquoise #2BFCED
RGB
CMYK
RGB Variations
Color information
#2BFCED (or 0x2BFCED) is known color: Bright Turquoise. HEX triplet: 2B, FC and ED. RGB value is (43,252,237). Sum of RGB (Red+Green+Blue) = 43+252+237=532 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.08% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFCED is #D40312. Grayscale: #BBBBBB. Windows color (decimal): -13894419 or 15596587. OLE color: 15596587.
HSL color Cylindrical-coordinate representation of color #2BFCED: hue angle of 175.69º 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 #2BFCED is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 237 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.01 |
| HSL | 175.69º | 0.97% | 0.58% | - |
| HSV(B) | 175.69º | 0.83% | 0.99% | - |
| XYZ | 51.09 | 76.25 | 92.15 | - |
| YUV | 187.8 | 155.76 | 24.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 237 | 0.83 | 0 | 0.06 | 0.01 | 175.69 | 0.97 | 0.58 |
| Hex | 2B | FC | ED | 53 | 0 | 6 | 1 | B0 | 61 | 3A |
| Octal | 53 | 374 | 355 | 123 | 0 | 6 | 1 | 260 | 141 | 72 |
| Binary | 101011 | 11111100 | 11101101 | 1010011 | 0 | 110 | 1 | 10110000 | 1100001 | 111010 |
Color Harmonies of #2BFCED
Complementary color
Monochromatic Colors of #2BFCED
Black with #2BFCED
Text Example
Text Example
White with #2BFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCED; }
p { color: rgb(43,252,237); }
H1.HeaderClassName
{
color: #2BFCED;
}
.AnyTagClassName
{
color: #2BFCED;
}
</style>
background-color css
<style>
a { background-color: #2BFCED; }
a { background-color: rgb(43,252,237); }
div.DivClassName
{
background-color: #2BFCED;
}
.BgClassName
{
background-color: #2BFCED;
}
</style>
border-color css
<style>
span { border-color: #2BFCED; }
span { border-color: rgb(43,252,237); }
td.TdClassName
{
border-color: #2BFCED;
}
.TagClassName
{
border-color: #2BFCED;
}
</style>