Shades of Turquoise #2DEEBC
Tints of Turquoise #2DEEBC
RGB
CMYK
RGB Variations
Color information
#2DEEBC (or 0x2DEEBC) is known color: Turquoise. HEX triplet: 2D, EE and BC. RGB value is (45,238,188). Sum of RGB (Red+Green+Blue) = 45+238+188=471 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.55% from 471); Green value is 238 (93.36% from 255 or 50.53% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEEBC is #D21143. Grayscale: #AEAEAE. Windows color (decimal): -13766980 or 12381741. OLE color: 12381741.
HSL color Cylindrical-coordinate representation of color #2DEEBC: hue angle of 164.46º 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 #2DEEBC is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 188 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.07 |
| HSL | 164.46º | 0.85% | 0.55% | - |
| HSV(B) | 164.46º | 0.81% | 0.93% | - |
| XYZ | 40.73 | 65.34 | 58.04 | - |
| YUV | 174.59 | 135.56 | 35.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 188 | 0.81 | 0 | 0.21 | 0.07 | 164.46 | 0.85 | 0.55 |
| Hex | 2D | EE | BC | 51 | 0 | 15 | 7 | A4 | 55 | 37 |
| Octal | 55 | 356 | 274 | 121 | 0 | 25 | 7 | 244 | 125 | 67 |
| Binary | 101101 | 11101110 | 10111100 | 1010001 | 0 | 10101 | 111 | 10100100 | 1010101 | 110111 |
Color Harmonies of #2DEEBC
Complementary color
Monochromatic Colors of #2DEEBC
Black with #2DEEBC
Text Example
Text Example
White with #2DEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEBC; }
p { color: rgb(45,238,188); }
H1.HeaderClassName
{
color: #2DEEBC;
}
.AnyTagClassName
{
color: #2DEEBC;
}
</style>
background-color css
<style>
a { background-color: #2DEEBC; }
a { background-color: rgb(45,238,188); }
div.DivClassName
{
background-color: #2DEEBC;
}
.BgClassName
{
background-color: #2DEEBC;
}
</style>
border-color css
<style>
span { border-color: #2DEEBC; }
span { border-color: rgb(45,238,188); }
td.TdClassName
{
border-color: #2DEEBC;
}
.TagClassName
{
border-color: #2DEEBC;
}
</style>