Shades of Turquoise #25D3C9
Tints of Turquoise #25D3C9
RGB
CMYK
RGB Variations
Color information
#25D3C9 (or 0x25D3C9) is known color: Turquoise. HEX triplet: 25, D3 and C9. RGB value is (37,211,201). Sum of RGB (Red+Green+Blue) = 37+211+201=449 (59% of max value = 765). Red value is 37 (14.84% from 255 or 8.24% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #25D3C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3C9 is #DA2C36. Grayscale: #9D9D9D. Windows color (decimal): -14298167 or 13226789. OLE color: 13226789.
HSL color Cylindrical-coordinate representation of color #25D3C9: hue angle of 176.55º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D3C9 is Cyan = 0.82, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 201 | - |
| CMYK | 0.82 | 0 | 0.05 | 0.17 |
| HSL | 176.55º | 0.7% | 0.49% | - |
| HSV(B) | 176.55º | 0.82% | 0.83% | - |
| XYZ | 34.6 | 51.2 | 63.32 | - |
| YUV | 157.83 | 152.35 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 201 | 0.82 | 0 | 0.05 | 0.17 | 176.55 | 0.7 | 0.49 |
| Hex | 25 | D3 | C9 | 52 | 0 | 5 | 11 | B1 | 46 | 31 |
| Octal | 45 | 323 | 311 | 122 | 0 | 5 | 21 | 261 | 106 | 61 |
| Binary | 100101 | 11010011 | 11001001 | 1010010 | 0 | 101 | 10001 | 10110001 | 1000110 | 110001 |
Color Harmonies of #25D3C9
Complementary color
Monochromatic Colors of #25D3C9
Black with #25D3C9
Text Example
Text Example
White with #25D3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D3C9; }
p { color: rgb(37,211,201); }
H1.HeaderClassName
{
color: #25D3C9;
}
.AnyTagClassName
{
color: #25D3C9;
}
</style>
background-color css
<style>
a { background-color: #25D3C9; }
a { background-color: rgb(37,211,201); }
div.DivClassName
{
background-color: #25D3C9;
}
.BgClassName
{
background-color: #25D3C9;
}
</style>
border-color css
<style>
span { border-color: #25D3C9; }
span { border-color: rgb(37,211,201); }
td.TdClassName
{
border-color: #25D3C9;
}
.TagClassName
{
border-color: #25D3C9;
}
</style>