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