Shades of Turquoise #25F0D5
Tints of Turquoise #25F0D5
RGB
CMYK
RGB Variations
Color information
#25F0D5 (or 0x25F0D5) is known color: Turquoise. HEX triplet: 25, F0 and D5. RGB value is (37,240,213). Sum of RGB (Red+Green+Blue) = 37+240+213=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0D5 is #DA0F2A. Grayscale: #B0B0B0. Windows color (decimal): -14290731 or 14020645. OLE color: 14020645.
HSL color Cylindrical-coordinate representation of color #25F0D5: hue angle of 172.02º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0D5 is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 213 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.06 |
| HSL | 172.02º | 0.87% | 0.54% | - |
| HSV(B) | 172.02º | 0.85% | 0.94% | - |
| XYZ | 43.93 | 67.52 | 73.67 | - |
| YUV | 176.23 | 148.75 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 213 | 0.85 | 0 | 0.11 | 0.06 | 172.02 | 0.87 | 0.54 |
| Hex | 25 | F0 | D5 | 55 | 0 | B | 6 | AC | 57 | 36 |
| Octal | 45 | 360 | 325 | 125 | 0 | 13 | 6 | 254 | 127 | 66 |
| Binary | 100101 | 11110000 | 11010101 | 1010101 | 0 | 1011 | 110 | 10101100 | 1010111 | 110110 |
Color Harmonies of #25F0D5
Complementary color
Monochromatic Colors of #25F0D5
Black with #25F0D5
Text Example
Text Example
White with #25F0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F0D5; }
p { color: rgb(37,240,213); }
H1.HeaderClassName
{
color: #25F0D5;
}
.AnyTagClassName
{
color: #25F0D5;
}
</style>
background-color css
<style>
a { background-color: #25F0D5; }
a { background-color: rgb(37,240,213); }
div.DivClassName
{
background-color: #25F0D5;
}
.BgClassName
{
background-color: #25F0D5;
}
</style>
border-color css
<style>
span { border-color: #25F0D5; }
span { border-color: rgb(37,240,213); }
td.TdClassName
{
border-color: #25F0D5;
}
.TagClassName
{
border-color: #25F0D5;
}
</style>