Shades of Turquoise #2BDECE
Tints of Turquoise #2BDECE
RGB
CMYK
RGB Variations
Color information
#2BDECE (or 0x2BDECE) is known color: Turquoise. HEX triplet: 2B, DE and CE. RGB value is (43,222,206). Sum of RGB (Red+Green+Blue) = 43+222+206=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BDECE is #D42131. Grayscale: #A6A6A6. Windows color (decimal): -13902130 or 13557291. OLE color: 13557291.
HSL color Cylindrical-coordinate representation of color #2BDECE: hue angle of 174.64º 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 #2BDECE is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 206 | - |
| CMYK | 0.81 | 0 | 0.07 | 0.13 |
| HSL | 174.64º | 0.73% | 0.52% | - |
| HSV(B) | 174.64º | 0.81% | 0.87% | - |
| XYZ | 38.26 | 57.21 | 67.42 | - |
| YUV | 166.66 | 150.2 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 206 | 0.81 | 0 | 0.07 | 0.13 | 174.64 | 0.73 | 0.52 |
| Hex | 2B | DE | CE | 51 | 0 | 7 | D | AF | 49 | 34 |
| Octal | 53 | 336 | 316 | 121 | 0 | 7 | 15 | 257 | 111 | 64 |
| Binary | 101011 | 11011110 | 11001110 | 1010001 | 0 | 111 | 1101 | 10101111 | 1001001 | 110100 |
Color Harmonies of #2BDECE
Complementary color
Monochromatic Colors of #2BDECE
Black with #2BDECE
Text Example
Text Example
White with #2BDECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDECE; }
p { color: rgb(43,222,206); }
H1.HeaderClassName
{
color: #2BDECE;
}
.AnyTagClassName
{
color: #2BDECE;
}
</style>
background-color css
<style>
a { background-color: #2BDECE; }
a { background-color: rgb(43,222,206); }
div.DivClassName
{
background-color: #2BDECE;
}
.BgClassName
{
background-color: #2BDECE;
}
</style>
border-color css
<style>
span { border-color: #2BDECE; }
span { border-color: rgb(43,222,206); }
td.TdClassName
{
border-color: #2BDECE;
}
.TagClassName
{
border-color: #2BDECE;
}
</style>