Shades of Turquoise #25D9BD
Tints of Turquoise #25D9BD
RGB
CMYK
RGB Variations
Color information
#25D9BD (or 0x25D9BD) is known color: Turquoise. HEX triplet: 25, D9 and BD. RGB value is (37,217,189). Sum of RGB (Red+Green+Blue) = 37+217+189=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #25D9BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D9BD is #DA2642. Grayscale: #9F9F9F. Windows color (decimal): -14296643 or 12441893. OLE color: 12441893.
HSL color Cylindrical-coordinate representation of color #25D9BD: hue angle of 170.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D9BD is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 217 | 189 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.15 |
| HSL | 170.67º | 0.71% | 0.5% | - |
| HSV(B) | 170.67º | 0.83% | 0.85% | - |
| XYZ | 34.76 | 53.69 | 56.68 | - |
| YUV | 159.99 | 144.37 | 40.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 189 | 0.83 | 0 | 0.13 | 0.15 | 170.67 | 0.71 | 0.5 |
| Hex | 25 | D9 | BD | 53 | 0 | D | F | AB | 47 | 32 |
| Octal | 45 | 331 | 275 | 123 | 0 | 15 | 17 | 253 | 107 | 62 |
| Binary | 100101 | 11011001 | 10111101 | 1010011 | 0 | 1101 | 1111 | 10101011 | 1000111 | 110010 |
Color Harmonies of #25D9BD
Complementary color
Monochromatic Colors of #25D9BD
Black with #25D9BD
Text Example
Text Example
White with #25D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D9BD; }
p { color: rgb(37,217,189); }
H1.HeaderClassName
{
color: #25D9BD;
}
.AnyTagClassName
{
color: #25D9BD;
}
</style>
background-color css
<style>
a { background-color: #25D9BD; }
a { background-color: rgb(37,217,189); }
div.DivClassName
{
background-color: #25D9BD;
}
.BgClassName
{
background-color: #25D9BD;
}
</style>
border-color css
<style>
span { border-color: #25D9BD; }
span { border-color: rgb(37,217,189); }
td.TdClassName
{
border-color: #25D9BD;
}
.TagClassName
{
border-color: #25D9BD;
}
</style>