Shades of Bright Turquoise #2BDCFB
Tints of Bright Turquoise #2BDCFB
RGB
CMYK
RGB Variations
Color information
#2BDCFB (or 0x2BDCFB) is known color: Bright Turquoise. HEX triplet: 2B, DC and FB. RGB value is (43,220,251). Sum of RGB (Red+Green+Blue) = 43+220+251=514 (68% of max value = 765). Red value is 43 (17.19% from 255 or 8.37% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BDCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDCFB is #D42304. Grayscale: #AAAAAA. Windows color (decimal): -13902597 or 16505899. OLE color: 16505899.
HSL color Cylindrical-coordinate representation of color #2BDCFB: hue angle of 188.94º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BDCFB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 220 | 251 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.02 |
| HSL | 188.94º | 0.96% | 0.58% | - |
| HSV(B) | 188.94º | 0.83% | 0.98% | - |
| XYZ | 44 | 58.67 | 100.27 | - |
| YUV | 170.61 | 173.36 | 36.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 251 | 0.83 | 0.12 | 0 | 0.02 | 188.94 | 0.96 | 0.58 |
| Hex | 2B | DC | FB | 53 | C | 0 | 2 | BD | 60 | 3A |
| Octal | 53 | 334 | 373 | 123 | 14 | 0 | 2 | 275 | 140 | 72 |
| Binary | 101011 | 11011100 | 11111011 | 1010011 | 1100 | 0 | 10 | 10111101 | 1100000 | 111010 |
Color Harmonies of #2BDCFB
Complementary color
Monochromatic Colors of #2BDCFB
Black with #2BDCFB
Text Example
Text Example
White with #2BDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDCFB; }
p { color: rgb(43,220,251); }
H1.HeaderClassName
{
color: #2BDCFB;
}
.AnyTagClassName
{
color: #2BDCFB;
}
</style>
background-color css
<style>
a { background-color: #2BDCFB; }
a { background-color: rgb(43,220,251); }
div.DivClassName
{
background-color: #2BDCFB;
}
.BgClassName
{
background-color: #2BDCFB;
}
</style>
border-color css
<style>
span { border-color: #2BDCFB; }
span { border-color: rgb(43,220,251); }
td.TdClassName
{
border-color: #2BDCFB;
}
.TagClassName
{
border-color: #2BDCFB;
}
</style>