Shades of Turquoise #2BDADE
Tints of Turquoise #2BDADE
RGB
CMYK
RGB Variations
Color information
#2BDADE (or 0x2BDADE) is known color: Turquoise. HEX triplet: 2B, DA and DE. RGB value is (43,218,222). Sum of RGB (Red+Green+Blue) = 43+218+222=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BDADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDADE is #D42521. Grayscale: #A5A5A5. Windows color (decimal): -13903138 or 14604843. OLE color: 14604843.
HSL color Cylindrical-coordinate representation of color #2BDADE: hue angle of 181.34º 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 #2BDADE is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 218 | 222 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.13 |
| HSL | 181.34º | 0.73% | 0.52% | - |
| HSV(B) | 181.34º | 0.81% | 0.87% | - |
| XYZ | 39.25 | 55.93 | 77.83 | - |
| YUV | 166.13 | 159.52 | 40.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 222 | 0.81 | 0.02 | 0 | 0.13 | 181.34 | 0.73 | 0.52 |
| Hex | 2B | DA | DE | 51 | 2 | 0 | D | B5 | 49 | 34 |
| Octal | 53 | 332 | 336 | 121 | 2 | 0 | 15 | 265 | 111 | 64 |
| Binary | 101011 | 11011010 | 11011110 | 1010001 | 10 | 0 | 1101 | 10110101 | 1001001 | 110100 |
Color Harmonies of #2BDADE
Complementary color
Monochromatic Colors of #2BDADE
Black with #2BDADE
Text Example
Text Example
White with #2BDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDADE; }
p { color: rgb(43,218,222); }
H1.HeaderClassName
{
color: #2BDADE;
}
.AnyTagClassName
{
color: #2BDADE;
}
</style>
background-color css
<style>
a { background-color: #2BDADE; }
a { background-color: rgb(43,218,222); }
div.DivClassName
{
background-color: #2BDADE;
}
.BgClassName
{
background-color: #2BDADE;
}
</style>
border-color css
<style>
span { border-color: #2BDADE; }
span { border-color: rgb(43,218,222); }
td.TdClassName
{
border-color: #2BDADE;
}
.TagClassName
{
border-color: #2BDADE;
}
</style>