Shades of Turquoise #2DEDCC
Tints of Turquoise #2DEDCC
RGB
CMYK
RGB Variations
Color information
#2DEDCC (or 0x2DEDCC) is known color: Turquoise. HEX triplet: 2D, ED and CC. RGB value is (45,237,204). Sum of RGB (Red+Green+Blue) = 45+237+204=486 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.26% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDCC is #D21233. Grayscale: #AFAFAF. Windows color (decimal): -13767220 or 13430061. OLE color: 13430061.
HSL color Cylindrical-coordinate representation of color #2DEDCC: hue angle of 169.69º degrees, saturation: 0.84, 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 #2DEDCC is Cyan = 0.81, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 204 | - |
| CMYK | 0.81 | 0 | 0.14 | 0.07 |
| HSL | 169.69º | 0.84% | 0.55% | - |
| HSV(B) | 169.69º | 0.81% | 0.93% | - |
| XYZ | 42.27 | 65.49 | 67.54 | - |
| YUV | 175.83 | 143.89 | 34.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 204 | 0.81 | 0 | 0.14 | 0.07 | 169.69 | 0.84 | 0.55 |
| Hex | 2D | ED | CC | 51 | 0 | E | 7 | AA | 54 | 37 |
| Octal | 55 | 355 | 314 | 121 | 0 | 16 | 7 | 252 | 124 | 67 |
| Binary | 101101 | 11101101 | 11001100 | 1010001 | 0 | 1110 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2DEDCC
Complementary color
Monochromatic Colors of #2DEDCC
Black with #2DEDCC
Text Example
Text Example
White with #2DEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDCC; }
p { color: rgb(45,237,204); }
H1.HeaderClassName
{
color: #2DEDCC;
}
.AnyTagClassName
{
color: #2DEDCC;
}
</style>
background-color css
<style>
a { background-color: #2DEDCC; }
a { background-color: rgb(45,237,204); }
div.DivClassName
{
background-color: #2DEDCC;
}
.BgClassName
{
background-color: #2DEDCC;
}
</style>
border-color css
<style>
span { border-color: #2DEDCC; }
span { border-color: rgb(45,237,204); }
td.TdClassName
{
border-color: #2DEDCC;
}
.TagClassName
{
border-color: #2DEDCC;
}
</style>