Shades of Turquoise #2DDDEF
Tints of Turquoise #2DDDEF
RGB
CMYK
RGB Variations
Color information
#2DDDEF (or 0x2DDDEF) is known color: Turquoise. HEX triplet: 2D, DD and EF. RGB value is (45,221,239). Sum of RGB (Red+Green+Blue) = 45+221+239=505 (66% of max value = 765). Red value is 45 (17.97% from 255 or 8.91% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #2DDDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2DDDEF is #D22210. Grayscale: #AAAAAA. Windows color (decimal): -13771281 or 15719725. OLE color: 15719725.
HSL color Cylindrical-coordinate representation of color #2DDDEF: hue angle of 185.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DDDEF is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 221 | 239 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.06 |
| HSL | 185.57º | 0.86% | 0.56% | - |
| HSV(B) | 185.57º | 0.81% | 0.94% | - |
| XYZ | 42.52 | 58.5 | 90.71 | - |
| YUV | 170.43 | 166.69 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 221 | 239 | 0.81 | 0.08 | 0 | 0.06 | 185.57 | 0.86 | 0.56 |
| Hex | 2D | DD | EF | 51 | 8 | 0 | 6 | BA | 56 | 38 |
| Octal | 55 | 335 | 357 | 121 | 10 | 0 | 6 | 272 | 126 | 70 |
| Binary | 101101 | 11011101 | 11101111 | 1010001 | 1000 | 0 | 110 | 10111010 | 1010110 | 111000 |
Color Harmonies of #2DDDEF
Complementary color
Monochromatic Colors of #2DDDEF
Black with #2DDDEF
Text Example
Text Example
White with #2DDDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDDEF; }
p { color: rgb(45,221,239); }
H1.HeaderClassName
{
color: #2DDDEF;
}
.AnyTagClassName
{
color: #2DDDEF;
}
</style>
background-color css
<style>
a { background-color: #2DDDEF; }
a { background-color: rgb(45,221,239); }
div.DivClassName
{
background-color: #2DDDEF;
}
.BgClassName
{
background-color: #2DDDEF;
}
</style>
border-color css
<style>
span { border-color: #2DDDEF; }
span { border-color: rgb(45,221,239); }
td.TdClassName
{
border-color: #2DDDEF;
}
.TagClassName
{
border-color: #2DDDEF;
}
</style>