Shades of Turquoise #2DEDE4
Tints of Turquoise #2DEDE4
RGB
CMYK
RGB Variations
Color information
#2DEDE4 (or 0x2DEDE4) is known color: Turquoise. HEX triplet: 2D, ED and E4. RGB value is (45,237,228). Sum of RGB (Red+Green+Blue) = 45+237+228=510 (67% of max value = 765). Red value is 45 (17.97% from 255 or 8.82% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDE4 is #D2121B. Grayscale: #B2B2B2. Windows color (decimal): -13767196 or 15002925. OLE color: 15002925.
HSL color Cylindrical-coordinate representation of color #2DEDE4: hue angle of 177.19º 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 #2DEDE4 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 228 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.07 |
| HSL | 177.19º | 0.84% | 0.55% | - |
| HSV(B) | 177.19º | 0.81% | 0.93% | - |
| XYZ | 45.37 | 66.73 | 83.89 | - |
| YUV | 178.57 | 155.89 | 32.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 228 | 0.81 | 0 | 0.04 | 0.07 | 177.19 | 0.84 | 0.55 |
| Hex | 2D | ED | E4 | 51 | 0 | 4 | 7 | B1 | 54 | 37 |
| Octal | 55 | 355 | 344 | 121 | 0 | 4 | 7 | 261 | 124 | 67 |
| Binary | 101101 | 11101101 | 11100100 | 1010001 | 0 | 100 | 111 | 10110001 | 1010100 | 110111 |
Color Harmonies of #2DEDE4
Complementary color
Monochromatic Colors of #2DEDE4
Black with #2DEDE4
Text Example
Text Example
White with #2DEDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDE4; }
p { color: rgb(45,237,228); }
H1.HeaderClassName
{
color: #2DEDE4;
}
.AnyTagClassName
{
color: #2DEDE4;
}
</style>
background-color css
<style>
a { background-color: #2DEDE4; }
a { background-color: rgb(45,237,228); }
div.DivClassName
{
background-color: #2DEDE4;
}
.BgClassName
{
background-color: #2DEDE4;
}
</style>
border-color css
<style>
span { border-color: #2DEDE4; }
span { border-color: rgb(45,237,228); }
td.TdClassName
{
border-color: #2DEDE4;
}
.TagClassName
{
border-color: #2DEDE4;
}
</style>