Shades of Turquoise #2BEECD
Tints of Turquoise #2BEECD
RGB
CMYK
RGB Variations
Color information
#2BEECD (or 0x2BEECD) is known color: Turquoise. HEX triplet: 2B, EE and CD. RGB value is (43,238,205). Sum of RGB (Red+Green+Blue) = 43+238+205=486 (64% of max value = 765). Red value is 43 (17.19% from 255 or 8.85% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #2BEECD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BEECD is #D41132. Grayscale: #AFAFAF. Windows color (decimal): -13898035 or 13495851. OLE color: 13495851.
HSL color Cylindrical-coordinate representation of color #2BEECD: hue angle of 169.85º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEECD is Cyan = 0.82, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 238 | 205 | - |
| CMYK | 0.82 | 0 | 0.14 | 0.07 |
| HSL | 169.85º | 0.85% | 0.55% | - |
| HSV(B) | 169.85º | 0.82% | 0.93% | - |
| XYZ | 42.59 | 66.07 | 68.27 | - |
| YUV | 175.93 | 144.4 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 238 | 205 | 0.82 | 0 | 0.14 | 0.07 | 169.85 | 0.85 | 0.55 |
| Hex | 2B | EE | CD | 52 | 0 | E | 7 | AA | 55 | 37 |
| Octal | 53 | 356 | 315 | 122 | 0 | 16 | 7 | 252 | 125 | 67 |
| Binary | 101011 | 11101110 | 11001101 | 1010010 | 0 | 1110 | 111 | 10101010 | 1010101 | 110111 |
Color Harmonies of #2BEECD
Complementary color
Monochromatic Colors of #2BEECD
Black with #2BEECD
Text Example
Text Example
White with #2BEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEECD; }
p { color: rgb(43,238,205); }
H1.HeaderClassName
{
color: #2BEECD;
}
.AnyTagClassName
{
color: #2BEECD;
}
</style>
background-color css
<style>
a { background-color: #2BEECD; }
a { background-color: rgb(43,238,205); }
div.DivClassName
{
background-color: #2BEECD;
}
.BgClassName
{
background-color: #2BEECD;
}
</style>
border-color css
<style>
span { border-color: #2BEECD; }
span { border-color: rgb(43,238,205); }
td.TdClassName
{
border-color: #2BEECD;
}
.TagClassName
{
border-color: #2BEECD;
}
</style>