Shades of Turquoise #2DDDEB
Tints of Turquoise #2DDDEB
RGB
CMYK
RGB Variations
Color information
#2DDDEB (or 0x2DDDEB) is known color: Turquoise. HEX triplet: 2D, DD and EB. RGB value is (45,221,235). Sum of RGB (Red+Green+Blue) = 45+221+235=501 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.98% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 235 (92.19% from 255 or 46.91% from 501); Max value from RGB is 235 - color contains mainly: blue. Hex color #2DDDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDEB is #D22214. Grayscale: #A9A9A9. Windows color (decimal): -13771285 or 15457581. OLE color: 15457581.
HSL color Cylindrical-coordinate representation of color #2DDDEB: hue angle of 184.42º degrees, saturation: 0.83, 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 #2DDDEB is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 221 | 235 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.08 |
| HSL | 184.42º | 0.83% | 0.55% | - |
| HSV(B) | 184.42º | 0.81% | 0.92% | - |
| XYZ | 41.93 | 58.27 | 87.63 | - |
| YUV | 169.97 | 164.69 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 235 | 0.81 | 0.06 | 0 | 0.08 | 184.42 | 0.83 | 0.55 |
| Hex | 2D | DD | EB | 51 | 6 | 0 | 8 | B8 | 53 | 37 |
| Octal | 55 | 335 | 353 | 121 | 6 | 0 | 10 | 270 | 123 | 67 |
| Binary | 101101 | 11011101 | 11101011 | 1010001 | 110 | 0 | 1000 | 10111000 | 1010011 | 110111 |
Color Harmonies of #2DDDEB
Complementary color
Monochromatic Colors of #2DDDEB
Black with #2DDDEB
Text Example
Text Example
White with #2DDDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDEB; }
p { color: rgb(45,221,235); }
H1.HeaderClassName
{
color: #2DDDEB;
}
.AnyTagClassName
{
color: #2DDDEB;
}
</style>
background-color css
<style>
a { background-color: #2DDDEB; }
a { background-color: rgb(45,221,235); }
div.DivClassName
{
background-color: #2DDDEB;
}
.BgClassName
{
background-color: #2DDDEB;
}
</style>
border-color css
<style>
span { border-color: #2DDDEB; }
span { border-color: rgb(45,221,235); }
td.TdClassName
{
border-color: #2DDDEB;
}
.TagClassName
{
border-color: #2DDDEB;
}
</style>