Shades of Turquoise #2DDCEA
Tints of Turquoise #2DDCEA
RGB
CMYK
RGB Variations
Color information
#2DDCEA (or 0x2DDCEA) is known color: Turquoise. HEX triplet: 2D, DC and EA. RGB value is (45,220,234). Sum of RGB (Red+Green+Blue) = 45+220+234=499 (66% of max value = 765). Red value is 45 (17.97% from 255 or 9.02% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #2DDCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDCEA is #D22315. Grayscale: #A9A9A9. Windows color (decimal): -13771542 or 15391789. OLE color: 15391789.
HSL color Cylindrical-coordinate representation of color #2DDCEA: hue angle of 184.44º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDCEA is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 220 | 234 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.44º | 0.82% | 0.55% | - |
| HSV(B) | 184.44º | 0.81% | 0.92% | - |
| XYZ | 41.53 | 57.68 | 86.79 | - |
| YUV | 169.27 | 164.52 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 234 | 0.81 | 0.06 | 0 | 0.08 | 184.44 | 0.82 | 0.55 |
| Hex | 2D | DC | EA | 51 | 6 | 0 | 8 | B8 | 52 | 37 |
| Octal | 55 | 334 | 352 | 121 | 6 | 0 | 10 | 270 | 122 | 67 |
| Binary | 101101 | 11011100 | 11101010 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010010 | 110111 |
Color Harmonies of #2DDCEA
Complementary color
Monochromatic Colors of #2DDCEA
Black with #2DDCEA
Text Example
Text Example
White with #2DDCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDCEA; }
p { color: rgb(45,220,234); }
H1.HeaderClassName
{
color: #2DDCEA;
}
.AnyTagClassName
{
color: #2DDCEA;
}
</style>
background-color css
<style>
a { background-color: #2DDCEA; }
a { background-color: rgb(45,220,234); }
div.DivClassName
{
background-color: #2DDCEA;
}
.BgClassName
{
background-color: #2DDCEA;
}
</style>
border-color css
<style>
span { border-color: #2DDCEA; }
span { border-color: rgb(45,220,234); }
td.TdClassName
{
border-color: #2DDCEA;
}
.TagClassName
{
border-color: #2DDCEA;
}
</style>