Shades of Turquoise #2BDBEE
Tints of Turquoise #2BDBEE
RGB
CMYK
RGB Variations
Color information
#2BDBEE (or 0x2BDBEE) is known color: Turquoise. HEX triplet: 2B, DB and EE. RGB value is (43,219,238). Sum of RGB (Red+Green+Blue) = 43+219+238=500 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.6% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 238 (93.36% from 255 or 47.6% from 500); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BDBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBEE is #D42411. Grayscale: #A8A8A8. Windows color (decimal): -13902866 or 15653675. OLE color: 15653675.
HSL color Cylindrical-coordinate representation of color #2BDBEE: hue angle of 185.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDBEE is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 219 | 238 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.07 |
| HSL | 185.85º | 0.85% | 0.55% | - |
| HSV(B) | 185.85º | 0.82% | 0.93% | - |
| XYZ | 41.76 | 57.35 | 89.76 | - |
| YUV | 168.54 | 167.19 | 38.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 238 | 0.82 | 0.08 | 0 | 0.07 | 185.85 | 0.85 | 0.55 |
| Hex | 2B | DB | EE | 52 | 8 | 0 | 7 | BA | 55 | 37 |
| Octal | 53 | 333 | 356 | 122 | 10 | 0 | 7 | 272 | 125 | 67 |
| Binary | 101011 | 11011011 | 11101110 | 1010010 | 1000 | 0 | 111 | 10111010 | 1010101 | 110111 |
Color Harmonies of #2BDBEE
Complementary color
Monochromatic Colors of #2BDBEE
Black with #2BDBEE
Text Example
Text Example
White with #2BDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBEE; }
p { color: rgb(43,219,238); }
H1.HeaderClassName
{
color: #2BDBEE;
}
.AnyTagClassName
{
color: #2BDBEE;
}
</style>
background-color css
<style>
a { background-color: #2BDBEE; }
a { background-color: rgb(43,219,238); }
div.DivClassName
{
background-color: #2BDBEE;
}
.BgClassName
{
background-color: #2BDBEE;
}
</style>
border-color css
<style>
span { border-color: #2BDBEE; }
span { border-color: rgb(43,219,238); }
td.TdClassName
{
border-color: #2BDBEE;
}
.TagClassName
{
border-color: #2BDBEE;
}
</style>