Shades of Turquoise #25DDD4
Tints of Turquoise #25DDD4
RGB
CMYK
RGB Variations
Color information
#25DDD4 (or 0x25DDD4) is known color: Turquoise. HEX triplet: 25, DD and D4. RGB value is (37,221,212). Sum of RGB (Red+Green+Blue) = 37+221+212=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #25DDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DDD4 is #DA222B. Grayscale: #A4A4A4. Windows color (decimal): -14295596 or 13950245. OLE color: 13950245.
HSL color Cylindrical-coordinate representation of color #25DDD4: hue angle of 177.07º 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 #25DDD4 is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 221 | 212 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.13 |
| HSL | 177.07º | 0.73% | 0.51% | - |
| HSV(B) | 177.07º | 0.83% | 0.87% | - |
| XYZ | 38.5 | 56.86 | 71.23 | - |
| YUV | 164.96 | 154.54 | 36.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 212 | 0.83 | 0 | 0.04 | 0.13 | 177.07 | 0.73 | 0.51 |
| Hex | 25 | DD | D4 | 53 | 0 | 4 | D | B1 | 49 | 33 |
| Octal | 45 | 335 | 324 | 123 | 0 | 4 | 15 | 261 | 111 | 63 |
| Binary | 100101 | 11011101 | 11010100 | 1010011 | 0 | 100 | 1101 | 10110001 | 1001001 | 110011 |
Color Harmonies of #25DDD4
Complementary color
Monochromatic Colors of #25DDD4
Black with #25DDD4
Text Example
Text Example
White with #25DDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDD4; }
p { color: rgb(37,221,212); }
H1.HeaderClassName
{
color: #25DDD4;
}
.AnyTagClassName
{
color: #25DDD4;
}
</style>
background-color css
<style>
a { background-color: #25DDD4; }
a { background-color: rgb(37,221,212); }
div.DivClassName
{
background-color: #25DDD4;
}
.BgClassName
{
background-color: #25DDD4;
}
</style>
border-color css
<style>
span { border-color: #25DDD4; }
span { border-color: rgb(37,221,212); }
td.TdClassName
{
border-color: #25DDD4;
}
.TagClassName
{
border-color: #25DDD4;
}
</style>