Shades of Bright Turquoise #2BF8ED
Tints of Bright Turquoise #2BF8ED
RGB
CMYK
RGB Variations
Color information
#2BF8ED (or 0x2BF8ED) is known color: Bright Turquoise. HEX triplet: 2B, F8 and ED. RGB value is (43,248,237). Sum of RGB (Red+Green+Blue) = 43+248+237=528 (69% of max value = 765). Red value is 43 (17.19% from 255 or 8.14% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF8ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BF8ED is #D40712. Grayscale: #B9B9B9. Windows color (decimal): -13895443 or 15595563. OLE color: 15595563.
HSL color Cylindrical-coordinate representation of color #2BF8ED: hue angle of 176.78º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF8ED is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 237 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.03 |
| HSL | 176.78º | 0.94% | 0.57% | - |
| HSV(B) | 176.78º | 0.83% | 0.97% | - |
| XYZ | 49.85 | 73.76 | 91.73 | - |
| YUV | 185.45 | 157.08 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 237 | 0.83 | 0 | 0.04 | 0.03 | 176.78 | 0.94 | 0.57 |
| Hex | 2B | F8 | ED | 53 | 0 | 4 | 3 | B1 | 5E | 39 |
| Octal | 53 | 370 | 355 | 123 | 0 | 4 | 3 | 261 | 136 | 71 |
| Binary | 101011 | 11111000 | 11101101 | 1010011 | 0 | 100 | 11 | 10110001 | 1011110 | 111001 |
Color Harmonies of #2BF8ED
Complementary color
Monochromatic Colors of #2BF8ED
Black with #2BF8ED
Text Example
Text Example
White with #2BF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF8ED; }
p { color: rgb(43,248,237); }
H1.HeaderClassName
{
color: #2BF8ED;
}
.AnyTagClassName
{
color: #2BF8ED;
}
</style>
background-color css
<style>
a { background-color: #2BF8ED; }
a { background-color: rgb(43,248,237); }
div.DivClassName
{
background-color: #2BF8ED;
}
.BgClassName
{
background-color: #2BF8ED;
}
</style>
border-color css
<style>
span { border-color: #2BF8ED; }
span { border-color: rgb(43,248,237); }
td.TdClassName
{
border-color: #2BF8ED;
}
.TagClassName
{
border-color: #2BF8ED;
}
</style>