Shades of Turquoise #2DECCC
Tints of Turquoise #2DECCC
RGB
CMYK
RGB Variations
Color information
#2DECCC (or 0x2DECCC) is known color: Turquoise. HEX triplet: 2D, EC and CC. RGB value is (45,236,204). Sum of RGB (Red+Green+Blue) = 45+236+204=485 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.28% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #2DECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DECCC is #D21333. Grayscale: #AFAFAF. Windows color (decimal): -13767476 or 13429805. OLE color: 13429805.
HSL color Cylindrical-coordinate representation of color #2DECCC: hue angle of 169.95º degrees, saturation: 0.83, 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 #2DECCC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 236 | 204 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.95º | 0.83% | 0.55% | - |
| HSV(B) | 169.95º | 0.81% | 0.93% | - |
| XYZ | 41.98 | 64.91 | 67.44 | - |
| YUV | 175.24 | 144.22 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 236 | 204 | 0.81 | 0 | 0.14 | 0.07 | 169.95 | 0.83 | 0.55 |
| Hex | 2D | EC | CC | 51 | 0 | E | 7 | AA | 53 | 37 |
| Octal | 55 | 354 | 314 | 121 | 0 | 16 | 7 | 252 | 123 | 67 |
| Binary | 101101 | 11101100 | 11001100 | 1010001 | 0 | 1110 | 111 | 10101010 | 1010011 | 110111 |
Color Harmonies of #2DECCC
Complementary color
Monochromatic Colors of #2DECCC
Black with #2DECCC
Text Example
Text Example
White with #2DECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DECCC; }
p { color: rgb(45,236,204); }
H1.HeaderClassName
{
color: #2DECCC;
}
.AnyTagClassName
{
color: #2DECCC;
}
</style>
background-color css
<style>
a { background-color: #2DECCC; }
a { background-color: rgb(45,236,204); }
div.DivClassName
{
background-color: #2DECCC;
}
.BgClassName
{
background-color: #2DECCC;
}
</style>
border-color css
<style>
span { border-color: #2DECCC; }
span { border-color: rgb(45,236,204); }
td.TdClassName
{
border-color: #2DECCC;
}
.TagClassName
{
border-color: #2DECCC;
}
</style>