Shades of Turquoise #25D4C7
Tints of Turquoise #25D4C7
RGB
CMYK
RGB Variations
Color information
#25D4C7 (or 0x25D4C7) is known color: Turquoise. HEX triplet: 25, D4 and C7. RGB value is (37,212,199). Sum of RGB (Red+Green+Blue) = 37+212+199=448 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.26% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #25D4C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D4C7 is #DA2B38. Grayscale: #9E9E9E. Windows color (decimal): -14297913 or 13095973. OLE color: 13095973.
HSL color Cylindrical-coordinate representation of color #25D4C7: hue angle of 175.54º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D4C7 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 212 | 199 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.17 |
| HSL | 175.54º | 0.7% | 0.49% | - |
| HSV(B) | 175.54º | 0.83% | 0.83% | - |
| XYZ | 34.62 | 51.6 | 62.17 | - |
| YUV | 158.19 | 151.02 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 212 | 199 | 0.83 | 0 | 0.06 | 0.17 | 175.54 | 0.7 | 0.49 |
| Hex | 25 | D4 | C7 | 53 | 0 | 6 | 11 | B0 | 46 | 31 |
| Octal | 45 | 324 | 307 | 123 | 0 | 6 | 21 | 260 | 106 | 61 |
| Binary | 100101 | 11010100 | 11000111 | 1010011 | 0 | 110 | 10001 | 10110000 | 1000110 | 110001 |
Color Harmonies of #25D4C7
Complementary color
Monochromatic Colors of #25D4C7
Black with #25D4C7
Text Example
Text Example
White with #25D4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D4C7; }
p { color: rgb(37,212,199); }
H1.HeaderClassName
{
color: #25D4C7;
}
.AnyTagClassName
{
color: #25D4C7;
}
</style>
background-color css
<style>
a { background-color: #25D4C7; }
a { background-color: rgb(37,212,199); }
div.DivClassName
{
background-color: #25D4C7;
}
.BgClassName
{
background-color: #25D4C7;
}
</style>
border-color css
<style>
span { border-color: #25D4C7; }
span { border-color: rgb(37,212,199); }
td.TdClassName
{
border-color: #25D4C7;
}
.TagClassName
{
border-color: #25D4C7;
}
</style>