Shades of Turquoise #25DDC2
Tints of Turquoise #25DDC2
RGB
CMYK
RGB Variations
Color information
#25DDC2 (or 0x25DDC2) is known color: Turquoise. HEX triplet: 25, DD and C2. RGB value is (37,221,194). Sum of RGB (Red+Green+Blue) = 37+221+194=452 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.19% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDC2 is #DA223D. Grayscale: #A2A2A2. Windows color (decimal): -14295614 or 12770597. OLE color: 12770597.
HSL color Cylindrical-coordinate representation of color #25DDC2: hue angle of 171.2º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DDC2 is Cyan = 0.83, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 194 | - |
| CMYK | 0.83 | 0 | 0.12 | 0.13 |
| HSL | 171.2º | 0.73% | 0.51% | - |
| HSV(B) | 171.2º | 0.83% | 0.87% | - |
| XYZ | 36.36 | 56 | 59.93 | - |
| YUV | 162.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 194 | 0.83 | 0 | 0.12 | 0.13 | 171.2 | 0.73 | 0.51 |
| Hex | 25 | DD | C2 | 53 | 0 | C | D | AB | 49 | 33 |
| Octal | 45 | 335 | 302 | 123 | 0 | 14 | 15 | 253 | 111 | 63 |
| Binary | 100101 | 11011101 | 11000010 | 1010011 | 0 | 1100 | 1101 | 10101011 | 1001001 | 110011 |
Color Harmonies of #25DDC2
Complementary color
Monochromatic Colors of #25DDC2
Black with #25DDC2
Text Example
Text Example
White with #25DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDC2; }
p { color: rgb(37,221,194); }
H1.HeaderClassName
{
color: #25DDC2;
}
.AnyTagClassName
{
color: #25DDC2;
}
</style>
background-color css
<style>
a { background-color: #25DDC2; }
a { background-color: rgb(37,221,194); }
div.DivClassName
{
background-color: #25DDC2;
}
.BgClassName
{
background-color: #25DDC2;
}
</style>
border-color css
<style>
span { border-color: #25DDC2; }
span { border-color: rgb(37,221,194); }
td.TdClassName
{
border-color: #25DDC2;
}
.TagClassName
{
border-color: #25DDC2;
}
</style>