Shades of Turquoise #2BD0DE
Tints of Turquoise #2BD0DE
RGB
CMYK
RGB Variations
Color information
#2BD0DE (or 0x2BD0DE) is known color: Turquoise. HEX triplet: 2B, D0 and DE. RGB value is (43,208,222). Sum of RGB (Red+Green+Blue) = 43+208+222=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 208 (81.64% from 255 or 43.97% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BD0DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BD0DE is #D42F21. Grayscale: #A0A0A0. Windows color (decimal): -13905698 or 14602283. OLE color: 14602283.
HSL color Cylindrical-coordinate representation of color #2BD0DE: hue angle of 184.69º degrees, saturation: 0.73, 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 #2BD0DE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 208 | 222 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.13 |
| HSL | 184.69º | 0.73% | 0.52% | - |
| HSV(B) | 184.69º | 0.81% | 0.87% | - |
| XYZ | 36.74 | 50.9 | 77 | - |
| YUV | 160.26 | 162.84 | 44.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 208 | 222 | 0.81 | 0.06 | 0 | 0.13 | 184.69 | 0.73 | 0.52 |
| Hex | 2B | D0 | DE | 51 | 6 | 0 | D | B9 | 49 | 34 |
| Octal | 53 | 320 | 336 | 121 | 6 | 0 | 15 | 271 | 111 | 64 |
| Binary | 101011 | 11010000 | 11011110 | 1010001 | 110 | 0 | 1101 | 10111001 | 1001001 | 110100 |
Color Harmonies of #2BD0DE
Complementary color
Monochromatic Colors of #2BD0DE
Black with #2BD0DE
Text Example
Text Example
White with #2BD0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD0DE; }
p { color: rgb(43,208,222); }
H1.HeaderClassName
{
color: #2BD0DE;
}
.AnyTagClassName
{
color: #2BD0DE;
}
</style>
background-color css
<style>
a { background-color: #2BD0DE; }
a { background-color: rgb(43,208,222); }
div.DivClassName
{
background-color: #2BD0DE;
}
.BgClassName
{
background-color: #2BD0DE;
}
</style>
border-color css
<style>
span { border-color: #2BD0DE; }
span { border-color: rgb(43,208,222); }
td.TdClassName
{
border-color: #2BD0DE;
}
.TagClassName
{
border-color: #2BD0DE;
}
</style>