Shades of Turquoise #2DEDCA
Tints of Turquoise #2DEDCA
RGB
CMYK
RGB Variations
Color information
#2DEDCA (or 0x2DEDCA) is known color: Turquoise. HEX triplet: 2D, ED and CA. RGB value is (45,237,202). Sum of RGB (Red+Green+Blue) = 45+237+202=484 (64% of max value = 765). Red value is 45 (17.97% from 255 or 9.30% from 484); Green value is 237 (92.97% from 255 or 48.97% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 237 - color contains mainly: green. Hex color #2DEDCA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2DEDCA is #D21235. Grayscale: #AFAFAF. Windows color (decimal): -13767222 or 13298989. OLE color: 13298989.
HSL color Cylindrical-coordinate representation of color #2DEDCA: hue angle of 169.06º 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 #2DEDCA is Cyan = 0.81, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 237 | 202 | - |
| CMYK | 0.81 | 0 | 0.15 | 0.07 |
| HSL | 169.06º | 0.84% | 0.55% | - |
| HSV(B) | 169.06º | 0.81% | 0.93% | - |
| XYZ | 42.03 | 65.39 | 66.28 | - |
| YUV | 175.6 | 142.89 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 237 | 202 | 0.81 | 0 | 0.15 | 0.07 | 169.06 | 0.84 | 0.55 |
| Hex | 2D | ED | CA | 51 | 0 | F | 7 | A9 | 54 | 37 |
| Octal | 55 | 355 | 312 | 121 | 0 | 17 | 7 | 251 | 124 | 67 |
| Binary | 101101 | 11101101 | 11001010 | 1010001 | 0 | 1111 | 111 | 10101001 | 1010100 | 110111 |
Color Harmonies of #2DEDCA
Complementary color
Monochromatic Colors of #2DEDCA
Black with #2DEDCA
Text Example
Text Example
White with #2DEDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEDCA; }
p { color: rgb(45,237,202); }
H1.HeaderClassName
{
color: #2DEDCA;
}
.AnyTagClassName
{
color: #2DEDCA;
}
</style>
background-color css
<style>
a { background-color: #2DEDCA; }
a { background-color: rgb(45,237,202); }
div.DivClassName
{
background-color: #2DEDCA;
}
.BgClassName
{
background-color: #2DEDCA;
}
</style>
border-color css
<style>
span { border-color: #2DEDCA; }
span { border-color: rgb(45,237,202); }
td.TdClassName
{
border-color: #2DEDCA;
}
.TagClassName
{
border-color: #2DEDCA;
}
</style>