Shades of Turquoise #2DEEBE
Tints of Turquoise #2DEEBE
RGB
CMYK
RGB Variations
Color information
#2DEEBE (or 0x2DEEBE) is known color: Turquoise. HEX triplet: 2D, EE and BE. RGB value is (45,238,190). Sum of RGB (Red+Green+Blue) = 45+238+190=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 238 (93.36% from 255 or 50.32% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBE is #D21141. Grayscale: #AEAEAE. Windows color (decimal): -13766978 or 12512813. OLE color: 12512813.
HSL color Cylindrical-coordinate representation of color #2DEEBE: hue angle of 165.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEBE is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 190 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.07 |
| HSL | 165.08º | 0.85% | 0.55% | - |
| HSV(B) | 165.08º | 0.81% | 0.93% | - |
| XYZ | 40.95 | 65.42 | 59.19 | - |
| YUV | 174.82 | 136.56 | 35.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 190 | 0.81 | 0 | 0.20 | 0.07 | 165.08 | 0.85 | 0.55 |
| Hex | 2D | EE | BE | 51 | 0 | 14 | 7 | A5 | 55 | 37 |
| Octal | 55 | 356 | 276 | 121 | 0 | 24 | 7 | 245 | 125 | 67 |
| Binary | 101101 | 11101110 | 10111110 | 1010001 | 0 | 10100 | 111 | 10100101 | 1010101 | 110111 |
Color Harmonies of #2DEEBE
Complementary color
Monochromatic Colors of #2DEEBE
Black with #2DEEBE
Text Example
Text Example
White with #2DEEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEBE; }
p { color: rgb(45,238,190); }
H1.HeaderClassName
{
color: #2DEEBE;
}
.AnyTagClassName
{
color: #2DEEBE;
}
</style>
background-color css
<style>
a { background-color: #2DEEBE; }
a { background-color: rgb(45,238,190); }
div.DivClassName
{
background-color: #2DEEBE;
}
.BgClassName
{
background-color: #2DEEBE;
}
</style>
border-color css
<style>
span { border-color: #2DEEBE; }
span { border-color: rgb(45,238,190); }
td.TdClassName
{
border-color: #2DEEBE;
}
.TagClassName
{
border-color: #2DEEBE;
}
</style>