Shades of Turquoise #2BDBF0
Tints of Turquoise #2BDBF0
RGB
CMYK
RGB Variations
Color information
#2BDBF0 (or 0x2BDBF0) is known color: Turquoise. HEX triplet: 2B, DB and F0. RGB value is (43,219,240). Sum of RGB (Red+Green+Blue) = 43+219+240=502 (66% of max value = 765). Red value is 43 (17.19% from 255 or 8.57% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #2BDBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BDBF0 is #D4240F. Grayscale: #A8A8A8. Windows color (decimal): -13902864 or 15784747. OLE color: 15784747.
HSL color Cylindrical-coordinate representation of color #2BDBF0: hue angle of 186.4º degrees, saturation: 0.87, 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 #2BDBF0 is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 219 | 240 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.06 |
| HSL | 186.4º | 0.87% | 0.55% | - |
| HSV(B) | 186.4º | 0.82% | 0.94% | - |
| XYZ | 42.06 | 57.47 | 91.31 | - |
| YUV | 168.77 | 168.19 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 240 | 0.82 | 0.09 | 0 | 0.06 | 186.4 | 0.87 | 0.55 |
| Hex | 2B | DB | F0 | 52 | 9 | 0 | 6 | BA | 57 | 37 |
| Octal | 53 | 333 | 360 | 122 | 11 | 0 | 6 | 272 | 127 | 67 |
| Binary | 101011 | 11011011 | 11110000 | 1010010 | 1001 | 0 | 110 | 10111010 | 1010111 | 110111 |
Color Harmonies of #2BDBF0
Complementary color
Monochromatic Colors of #2BDBF0
Black with #2BDBF0
Text Example
Text Example
White with #2BDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDBF0; }
p { color: rgb(43,219,240); }
H1.HeaderClassName
{
color: #2BDBF0;
}
.AnyTagClassName
{
color: #2BDBF0;
}
</style>
background-color css
<style>
a { background-color: #2BDBF0; }
a { background-color: rgb(43,219,240); }
div.DivClassName
{
background-color: #2BDBF0;
}
.BgClassName
{
background-color: #2BDBF0;
}
</style>
border-color css
<style>
span { border-color: #2BDBF0; }
span { border-color: rgb(43,219,240); }
td.TdClassName
{
border-color: #2BDBF0;
}
.TagClassName
{
border-color: #2BDBF0;
}
</style>