Shades of Bright Turquoise #2BFDED
Tints of Bright Turquoise #2BFDED
RGB
CMYK
RGB Variations
Color information
#2BFDED (or 0x2BFDED) is known color: Bright Turquoise. HEX triplet: 2B, FD and ED. RGB value is (43,253,237). Sum of RGB (Red+Green+Blue) = 43+253+237=533 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.07% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFDED is #D40212. Grayscale: #BCBCBC. Windows color (decimal): -13894163 or 15596843. OLE color: 15596843.
HSL color Cylindrical-coordinate representation of color #2BFDED: hue angle of 175.43º degrees, saturation: 0.98, 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 #2BFDED is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 237 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.01 |
| HSL | 175.43º | 0.98% | 0.58% | - |
| HSV(B) | 175.43º | 0.83% | 0.99% | - |
| XYZ | 51.41 | 76.88 | 92.25 | - |
| YUV | 188.39 | 155.43 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 237 | 0.83 | 0 | 0.06 | 0.01 | 175.43 | 0.98 | 0.58 |
| Hex | 2B | FD | ED | 53 | 0 | 6 | 1 | AF | 62 | 3A |
| Octal | 53 | 375 | 355 | 123 | 0 | 6 | 1 | 257 | 142 | 72 |
| Binary | 101011 | 11111101 | 11101101 | 1010011 | 0 | 110 | 1 | 10101111 | 1100010 | 111010 |
Color Harmonies of #2BFDED
Complementary color
Monochromatic Colors of #2BFDED
Black with #2BFDED
Text Example
Text Example
White with #2BFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDED; }
p { color: rgb(43,253,237); }
H1.HeaderClassName
{
color: #2BFDED;
}
.AnyTagClassName
{
color: #2BFDED;
}
</style>
background-color css
<style>
a { background-color: #2BFDED; }
a { background-color: rgb(43,253,237); }
div.DivClassName
{
background-color: #2BFDED;
}
.BgClassName
{
background-color: #2BFDED;
}
</style>
border-color css
<style>
span { border-color: #2BFDED; }
span { border-color: rgb(43,253,237); }
td.TdClassName
{
border-color: #2BFDED;
}
.TagClassName
{
border-color: #2BFDED;
}
</style>