Shades of Turquoise #2BDECA
Tints of Turquoise #2BDECA
RGB
CMYK
RGB Variations
Color information
#2BDECA (or 0x2BDECA) is known color: Turquoise. HEX triplet: 2B, DE and CA. RGB value is (43,222,202). Sum of RGB (Red+Green+Blue) = 43+222+202=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 222 (87.11% from 255 or 47.54% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDECA is #D42135. Grayscale: #A6A6A6. Windows color (decimal): -13902134 or 13295147. OLE color: 13295147.
HSL color Cylindrical-coordinate representation of color #2BDECA: hue angle of 173.3º 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 #2BDECA is Cyan = 0.81, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 202 | - |
| CMYK | 0.81 | 0 | 0.09 | 0.13 |
| HSL | 173.3º | 0.73% | 0.52% | - |
| HSV(B) | 173.3º | 0.81% | 0.87% | - |
| XYZ | 37.78 | 57.02 | 64.89 | - |
| YUV | 166.2 | 148.2 | 40.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 202 | 0.81 | 0 | 0.09 | 0.13 | 173.3 | 0.73 | 0.52 |
| Hex | 2B | DE | CA | 51 | 0 | 9 | D | AD | 49 | 34 |
| Octal | 53 | 336 | 312 | 121 | 0 | 11 | 15 | 255 | 111 | 64 |
| Binary | 101011 | 11011110 | 11001010 | 1010001 | 0 | 1001 | 1101 | 10101101 | 1001001 | 110100 |
Color Harmonies of #2BDECA
Complementary color
Monochromatic Colors of #2BDECA
Black with #2BDECA
Text Example
Text Example
White with #2BDECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDECA; }
p { color: rgb(43,222,202); }
H1.HeaderClassName
{
color: #2BDECA;
}
.AnyTagClassName
{
color: #2BDECA;
}
</style>
background-color css
<style>
a { background-color: #2BDECA; }
a { background-color: rgb(43,222,202); }
div.DivClassName
{
background-color: #2BDECA;
}
.BgClassName
{
background-color: #2BDECA;
}
</style>
border-color css
<style>
span { border-color: #2BDECA; }
span { border-color: rgb(43,222,202); }
td.TdClassName
{
border-color: #2BDECA;
}
.TagClassName
{
border-color: #2BDECA;
}
</style>