Shades of Turquoise #2BDBEF
Tints of Turquoise #2BDBEF
RGB
CMYK
RGB Variations
Color information
#2BDBEF (or 0x2BDBEF) is known color: Turquoise. HEX triplet: 2B, DB and EF. RGB value is (43,219,239). Sum of RGB (Red+Green+Blue) = 43+219+239=501 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.58% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BDBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBEF is #D42410. Grayscale: #A8A8A8. Windows color (decimal): -13902865 or 15719211. OLE color: 15719211.
HSL color Cylindrical-coordinate representation of color #2BDBEF: hue angle of 186.12º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BDBEF is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 219 | 239 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.06 |
| HSL | 186.12º | 0.86% | 0.55% | - |
| HSV(B) | 186.12º | 0.82% | 0.94% | - |
| XYZ | 41.91 | 57.41 | 90.53 | - |
| YUV | 168.66 | 167.69 | 38.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 239 | 0.82 | 0.08 | 0 | 0.06 | 186.12 | 0.86 | 0.55 |
| Hex | 2B | DB | EF | 52 | 8 | 0 | 6 | BA | 56 | 37 |
| Octal | 53 | 333 | 357 | 122 | 10 | 0 | 6 | 272 | 126 | 67 |
| Binary | 101011 | 11011011 | 11101111 | 1010010 | 1000 | 0 | 110 | 10111010 | 1010110 | 110111 |
Color Harmonies of #2BDBEF
Complementary color
Monochromatic Colors of #2BDBEF
Black with #2BDBEF
Text Example
Text Example
White with #2BDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBEF; }
p { color: rgb(43,219,239); }
H1.HeaderClassName
{
color: #2BDBEF;
}
.AnyTagClassName
{
color: #2BDBEF;
}
</style>
background-color css
<style>
a { background-color: #2BDBEF; }
a { background-color: rgb(43,219,239); }
div.DivClassName
{
background-color: #2BDBEF;
}
.BgClassName
{
background-color: #2BDBEF;
}
</style>
border-color css
<style>
span { border-color: #2BDBEF; }
span { border-color: rgb(43,219,239); }
td.TdClassName
{
border-color: #2BDBEF;
}
.TagClassName
{
border-color: #2BDBEF;
}
</style>