Shades of Turquoise #25E5D4
Tints of Turquoise #25E5D4
RGB
CMYK
RGB Variations
Color information
#25E5D4 (or 0x25E5D4) is known color: Turquoise. HEX triplet: 25, E5 and D4. RGB value is (37,229,212). Sum of RGB (Red+Green+Blue) = 37+229+212=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 212 (83.20% from 255 or 44.35% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #25E5D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E5D4 is #DA1A2B. Grayscale: #A9A9A9. Windows color (decimal): -14293548 or 13952293. OLE color: 13952293.
HSL color Cylindrical-coordinate representation of color #25E5D4: hue angle of 174.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E5D4 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 229 | 212 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.10 |
| HSL | 174.69º | 0.79% | 0.52% | - |
| HSV(B) | 174.69º | 0.84% | 0.9% | - |
| XYZ | 40.67 | 61.19 | 71.95 | - |
| YUV | 169.65 | 151.89 | 33.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 212 | 0.84 | 0 | 0.07 | 0.10 | 174.69 | 0.79 | 0.52 |
| Hex | 25 | E5 | D4 | 54 | 0 | 7 | A | AF | 4F | 34 |
| Octal | 45 | 345 | 324 | 124 | 0 | 7 | 12 | 257 | 117 | 64 |
| Binary | 100101 | 11100101 | 11010100 | 1010100 | 0 | 111 | 1010 | 10101111 | 1001111 | 110100 |
Color Harmonies of #25E5D4
Complementary color
Monochromatic Colors of #25E5D4
Black with #25E5D4
Text Example
Text Example
White with #25E5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5D4; }
p { color: rgb(37,229,212); }
H1.HeaderClassName
{
color: #25E5D4;
}
.AnyTagClassName
{
color: #25E5D4;
}
</style>
background-color css
<style>
a { background-color: #25E5D4; }
a { background-color: rgb(37,229,212); }
div.DivClassName
{
background-color: #25E5D4;
}
.BgClassName
{
background-color: #25E5D4;
}
</style>
border-color css
<style>
span { border-color: #25E5D4; }
span { border-color: rgb(37,229,212); }
td.TdClassName
{
border-color: #25E5D4;
}
.TagClassName
{
border-color: #25E5D4;
}
</style>