Shades of Turquoise #2DEDCE
Tints of Turquoise #2DEDCE
RGB
CMYK
RGB Variations
Color information
#2DEDCE (or 0x2DEDCE) is known color: Turquoise. HEX triplet: 2D, ED and CE. RGB value is (45,237,206). Sum of RGB (Red+Green+Blue) = 45+237+206=488 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.22% from 488); Green value is 237 (92.97% from 255 or 48.57% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDCE is #D21231. Grayscale: #AFAFAF. Windows color (decimal): -13767218 or 13561133. OLE color: 13561133.
HSL color Cylindrical-coordinate representation of color #2DEDCE: hue angle of 170.31º 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 #2DEDCE is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 206 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.07 |
| HSL | 170.31º | 0.84% | 0.55% | - |
| HSV(B) | 170.31º | 0.81% | 0.93% | - |
| XYZ | 42.51 | 65.58 | 68.81 | - |
| YUV | 176.06 | 144.89 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 206 | 0.81 | 0 | 0.13 | 0.07 | 170.31 | 0.84 | 0.55 |
| Hex | 2D | ED | CE | 51 | 0 | D | 7 | AA | 54 | 37 |
| Octal | 55 | 355 | 316 | 121 | 0 | 15 | 7 | 252 | 124 | 67 |
| Binary | 101101 | 11101101 | 11001110 | 1010001 | 0 | 1101 | 111 | 10101010 | 1010100 | 110111 |
Color Harmonies of #2DEDCE
Complementary color
Monochromatic Colors of #2DEDCE
Black with #2DEDCE
Text Example
Text Example
White with #2DEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDCE; }
p { color: rgb(45,237,206); }
H1.HeaderClassName
{
color: #2DEDCE;
}
.AnyTagClassName
{
color: #2DEDCE;
}
</style>
background-color css
<style>
a { background-color: #2DEDCE; }
a { background-color: rgb(45,237,206); }
div.DivClassName
{
background-color: #2DEDCE;
}
.BgClassName
{
background-color: #2DEDCE;
}
</style>
border-color css
<style>
span { border-color: #2DEDCE; }
span { border-color: rgb(45,237,206); }
td.TdClassName
{
border-color: #2DEDCE;
}
.TagClassName
{
border-color: #2DEDCE;
}
</style>