Shades of Turquoise #2DDCED
Tints of Turquoise #2DDCED
RGB
CMYK
RGB Variations
Color information
#2DDCED (or 0x2DDCED) is known color: Turquoise. HEX triplet: 2D, DC and ED. RGB value is (45,220,237). Sum of RGB (Red+Green+Blue) = 45+220+237=502 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.96% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DDCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDCED is #D22312. Grayscale: #A9A9A9. Windows color (decimal): -13771539 or 15588397. OLE color: 15588397.
HSL color Cylindrical-coordinate representation of color #2DDCED: hue angle of 185.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 #2DDCED is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 220 | 237 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.07 |
| HSL | 185.31º | 0.84% | 0.55% | - |
| HSV(B) | 185.31º | 0.81% | 0.93% | - |
| XYZ | 41.96 | 57.86 | 89.08 | - |
| YUV | 169.61 | 166.02 | 39.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 237 | 0.81 | 0.07 | 0 | 0.07 | 185.31 | 0.84 | 0.55 |
| Hex | 2D | DC | ED | 51 | 7 | 0 | 7 | B9 | 54 | 37 |
| Octal | 55 | 334 | 355 | 121 | 7 | 0 | 7 | 271 | 124 | 67 |
| Binary | 101101 | 11011100 | 11101101 | 1010001 | 111 | 0 | 111 | 10111001 | 1010100 | 110111 |
Color Harmonies of #2DDCED
Complementary color
Monochromatic Colors of #2DDCED
Black with #2DDCED
Text Example
Text Example
White with #2DDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCED; }
p { color: rgb(45,220,237); }
H1.HeaderClassName
{
color: #2DDCED;
}
.AnyTagClassName
{
color: #2DDCED;
}
</style>
background-color css
<style>
a { background-color: #2DDCED; }
a { background-color: rgb(45,220,237); }
div.DivClassName
{
background-color: #2DDCED;
}
.BgClassName
{
background-color: #2DDCED;
}
</style>
border-color css
<style>
span { border-color: #2DDCED; }
span { border-color: rgb(45,220,237); }
td.TdClassName
{
border-color: #2DDCED;
}
.TagClassName
{
border-color: #2DDCED;
}
</style>