Shades of Bright Turquoise #2BFDEE
Tints of Bright Turquoise #2BFDEE
RGB
CMYK
RGB Variations
Color information
#2BFDEE (or 0x2BFDEE) is known color: Bright Turquoise. HEX triplet: 2B, FD and EE. RGB value is (43,253,238). Sum of RGB (Red+Green+Blue) = 43+253+238=534 (70% of max value = 765). Red value is 43 (17.19% from 255 or 8.05% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDEE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2BFDEE is #D40211. Grayscale: #BCBCBC. Windows color (decimal): -13894162 or 15662379. OLE color: 15662379.
HSL color Cylindrical-coordinate representation of color #2BFDEE: hue angle of 175.71º 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 #2BFDEE is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 238 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.01 |
| HSL | 175.71º | 0.98% | 0.58% | - |
| HSV(B) | 175.71º | 0.83% | 0.99% | - |
| XYZ | 51.55 | 76.94 | 93.02 | - |
| YUV | 188.5 | 155.93 | 24.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 238 | 0.83 | 0 | 0.06 | 0.01 | 175.71 | 0.98 | 0.58 |
| Hex | 2B | FD | EE | 53 | 0 | 6 | 1 | B0 | 62 | 3A |
| Octal | 53 | 375 | 356 | 123 | 0 | 6 | 1 | 260 | 142 | 72 |
| Binary | 101011 | 11111101 | 11101110 | 1010011 | 0 | 110 | 1 | 10110000 | 1100010 | 111010 |
Color Harmonies of #2BFDEE
Complementary color
Monochromatic Colors of #2BFDEE
Black with #2BFDEE
Text Example
Text Example
White with #2BFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDEE; }
p { color: rgb(43,253,238); }
H1.HeaderClassName
{
color: #2BFDEE;
}
.AnyTagClassName
{
color: #2BFDEE;
}
</style>
background-color css
<style>
a { background-color: #2BFDEE; }
a { background-color: rgb(43,253,238); }
div.DivClassName
{
background-color: #2BFDEE;
}
.BgClassName
{
background-color: #2BFDEE;
}
</style>
border-color css
<style>
span { border-color: #2BFDEE; }
span { border-color: rgb(43,253,238); }
td.TdClassName
{
border-color: #2BFDEE;
}
.TagClassName
{
border-color: #2BFDEE;
}
</style>