Shades of Turquoise #25D3BF
Tints of Turquoise #25D3BF
RGB
CMYK
RGB Variations
Color information
#25D3BF (or 0x25D3BF) is known color: Turquoise. HEX triplet: 25, D3 and BF. RGB value is (37,211,191). Sum of RGB (Red+Green+Blue) = 37+211+191=439 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.43% from 439); Green value is 211 (82.81% from 255 or 48.06% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 211 - color contains mainly: green. Hex color #25D3BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D3BF is #DA2C40. Grayscale: #9C9C9C. Windows color (decimal): -14298177 or 12571429. OLE color: 12571429.
HSL color Cylindrical-coordinate representation of color #25D3BF: hue angle of 173.1º 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 #25D3BF is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 191 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.17 |
| HSL | 173.1º | 0.7% | 0.49% | - |
| HSV(B) | 173.1º | 0.82% | 0.83% | - |
| XYZ | 33.46 | 50.74 | 57.32 | - |
| YUV | 156.69 | 147.35 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 191 | 0.82 | 0 | 0.09 | 0.17 | 173.1 | 0.7 | 0.49 |
| Hex | 25 | D3 | BF | 52 | 0 | 9 | 11 | AD | 46 | 31 |
| Octal | 45 | 323 | 277 | 122 | 0 | 11 | 21 | 255 | 106 | 61 |
| Binary | 100101 | 11010011 | 10111111 | 1010010 | 0 | 1001 | 10001 | 10101101 | 1000110 | 110001 |
Color Harmonies of #25D3BF
Complementary color
Monochromatic Colors of #25D3BF
Black with #25D3BF
Text Example
Text Example
White with #25D3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D3BF; }
p { color: rgb(37,211,191); }
H1.HeaderClassName
{
color: #25D3BF;
}
.AnyTagClassName
{
color: #25D3BF;
}
</style>
background-color css
<style>
a { background-color: #25D3BF; }
a { background-color: rgb(37,211,191); }
div.DivClassName
{
background-color: #25D3BF;
}
.BgClassName
{
background-color: #25D3BF;
}
</style>
border-color css
<style>
span { border-color: #25D3BF; }
span { border-color: rgb(37,211,191); }
td.TdClassName
{
border-color: #25D3BF;
}
.TagClassName
{
border-color: #25D3BF;
}
</style>