Shades of Turquoise #2BDBDF
Tints of Turquoise #2BDBDF
RGB
CMYK
RGB Variations
Color information
#2BDBDF (or 0x2BDBDF) is known color: Turquoise. HEX triplet: 2B, DB and DF. RGB value is (43,219,223). Sum of RGB (Red+Green+Blue) = 43+219+223=485 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.87% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BDBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDBDF is #D42420. Grayscale: #A6A6A6. Windows color (decimal): -13902881 or 14670635. OLE color: 14670635.
HSL color Cylindrical-coordinate representation of color #2BDBDF: hue angle of 181.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDBDF is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 219 | 223 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.13 |
| HSL | 181.33º | 0.74% | 0.52% | - |
| HSV(B) | 181.33º | 0.81% | 0.87% | - |
| XYZ | 39.65 | 56.5 | 78.63 | - |
| YUV | 166.83 | 159.69 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 223 | 0.81 | 0.02 | 0 | 0.13 | 181.33 | 0.74 | 0.52 |
| Hex | 2B | DB | DF | 51 | 2 | 0 | D | B5 | 4A | 34 |
| Octal | 53 | 333 | 337 | 121 | 2 | 0 | 15 | 265 | 112 | 64 |
| Binary | 101011 | 11011011 | 11011111 | 1010001 | 10 | 0 | 1101 | 10110101 | 1001010 | 110100 |
Color Harmonies of #2BDBDF
Complementary color
Monochromatic Colors of #2BDBDF
Black with #2BDBDF
Text Example
Text Example
White with #2BDBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBDF; }
p { color: rgb(43,219,223); }
H1.HeaderClassName
{
color: #2BDBDF;
}
.AnyTagClassName
{
color: #2BDBDF;
}
</style>
background-color css
<style>
a { background-color: #2BDBDF; }
a { background-color: rgb(43,219,223); }
div.DivClassName
{
background-color: #2BDBDF;
}
.BgClassName
{
background-color: #2BDBDF;
}
</style>
border-color css
<style>
span { border-color: #2BDBDF; }
span { border-color: rgb(43,219,223); }
td.TdClassName
{
border-color: #2BDBDF;
}
.TagClassName
{
border-color: #2BDBDF;
}
</style>