Shades of Turquoise #2DEECC
Tints of Turquoise #2DEECC
RGB
CMYK
RGB Variations
Color information
#2DEECC (or 0x2DEECC) is known color: Turquoise. HEX triplet: 2D, EE and CC. RGB value is (45,238,204). Sum of RGB (Red+Green+Blue) = 45+238+204=487 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.24% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEECC is #D21133. Grayscale: #B0B0B0. Windows color (decimal): -13766964 or 13430317. OLE color: 13430317.
HSL color Cylindrical-coordinate representation of color #2DEECC: hue angle of 169.43º 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 #2DEECC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 204 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.43º | 0.85% | 0.55% | - |
| HSV(B) | 169.43º | 0.81% | 0.93% | - |
| XYZ | 42.56 | 66.07 | 67.64 | - |
| YUV | 176.42 | 143.56 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 204 | 0.81 | 0 | 0.14 | 0.07 | 169.43 | 0.85 | 0.55 |
| Hex | 2D | EE | CC | 51 | 0 | E | 7 | A9 | 55 | 37 |
| Octal | 55 | 356 | 314 | 121 | 0 | 16 | 7 | 251 | 125 | 67 |
| Binary | 101101 | 11101110 | 11001100 | 1010001 | 0 | 1110 | 111 | 10101001 | 1010101 | 110111 |
Color Harmonies of #2DEECC
Complementary color
Monochromatic Colors of #2DEECC
Black with #2DEECC
Text Example
Text Example
White with #2DEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEECC; }
p { color: rgb(45,238,204); }
H1.HeaderClassName
{
color: #2DEECC;
}
.AnyTagClassName
{
color: #2DEECC;
}
</style>
background-color css
<style>
a { background-color: #2DEECC; }
a { background-color: rgb(45,238,204); }
div.DivClassName
{
background-color: #2DEECC;
}
.BgClassName
{
background-color: #2DEECC;
}
</style>
border-color css
<style>
span { border-color: #2DEECC; }
span { border-color: rgb(45,238,204); }
td.TdClassName
{
border-color: #2DEECC;
}
.TagClassName
{
border-color: #2DEECC;
}
</style>