Shades of Turquoise #2DEDDE
Tints of Turquoise #2DEDDE
RGB
CMYK
RGB Variations
Color information
#2DEDDE (or 0x2DEDDE) is known color: Turquoise. HEX triplet: 2D, ED and DE. RGB value is (45,237,222). Sum of RGB (Red+Green+Blue) = 45+237+222=504 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.93% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDDE is #D21221. Grayscale: #B1B1B1. Windows color (decimal): -13767202 or 14609709. OLE color: 14609709.
HSL color Cylindrical-coordinate representation of color #2DEDDE: hue angle of 175.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 #2DEDDE is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 222 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.07 |
| HSL | 175.31º | 0.84% | 0.55% | - |
| HSV(B) | 175.31º | 0.81% | 0.93% | - |
| XYZ | 44.55 | 66.4 | 79.58 | - |
| YUV | 177.88 | 152.89 | 33.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 222 | 0.81 | 0 | 0.06 | 0.07 | 175.31 | 0.84 | 0.55 |
| Hex | 2D | ED | DE | 51 | 0 | 6 | 7 | AF | 54 | 37 |
| Octal | 55 | 355 | 336 | 121 | 0 | 6 | 7 | 257 | 124 | 67 |
| Binary | 101101 | 11101101 | 11011110 | 1010001 | 0 | 110 | 111 | 10101111 | 1010100 | 110111 |
Color Harmonies of #2DEDDE
Complementary color
Monochromatic Colors of #2DEDDE
Black with #2DEDDE
Text Example
Text Example
White with #2DEDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDDE; }
p { color: rgb(45,237,222); }
H1.HeaderClassName
{
color: #2DEDDE;
}
.AnyTagClassName
{
color: #2DEDDE;
}
</style>
background-color css
<style>
a { background-color: #2DEDDE; }
a { background-color: rgb(45,237,222); }
div.DivClassName
{
background-color: #2DEDDE;
}
.BgClassName
{
background-color: #2DEDDE;
}
</style>
border-color css
<style>
span { border-color: #2DEDDE; }
span { border-color: rgb(45,237,222); }
td.TdClassName
{
border-color: #2DEDDE;
}
.TagClassName
{
border-color: #2DEDDE;
}
</style>