Shades of Turquoise #25FDC5
Tints of Turquoise #25FDC5
RGB
CMYK
RGB Variations
Color information
#25FDC5 (or 0x25FDC5) is known color: Turquoise. HEX triplet: 25, FD and C5. RGB value is (37,253,197). Sum of RGB (Red+Green+Blue) = 37+253+197=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #25FDC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FDC5 is #DA023A. Grayscale: #B6B6B6. Windows color (decimal): -14287419 or 12975397. OLE color: 12975397.
HSL color Cylindrical-coordinate representation of color #25FDC5: hue angle of 164.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FDC5 is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 253 | 197 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.01 |
| HSL | 164.44º | 0.98% | 0.57% | - |
| HSV(B) | 164.44º | 0.85% | 0.99% | - |
| XYZ | 45.97 | 74.68 | 64.81 | - |
| YUV | 182.03 | 136.44 | 24.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 253 | 197 | 0.85 | 0 | 0.22 | 0.01 | 164.44 | 0.98 | 0.57 |
| Hex | 25 | FD | C5 | 55 | 0 | 16 | 1 | A4 | 62 | 39 |
| Octal | 45 | 375 | 305 | 125 | 0 | 26 | 1 | 244 | 142 | 71 |
| Binary | 100101 | 11111101 | 11000101 | 1010101 | 0 | 10110 | 1 | 10100100 | 1100010 | 111001 |
Color Harmonies of #25FDC5
Complementary color
Monochromatic Colors of #25FDC5
Black with #25FDC5
Text Example
Text Example
White with #25FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FDC5; }
p { color: rgb(37,253,197); }
H1.HeaderClassName
{
color: #25FDC5;
}
.AnyTagClassName
{
color: #25FDC5;
}
</style>
background-color css
<style>
a { background-color: #25FDC5; }
a { background-color: rgb(37,253,197); }
div.DivClassName
{
background-color: #25FDC5;
}
.BgClassName
{
background-color: #25FDC5;
}
</style>
border-color css
<style>
span { border-color: #25FDC5; }
span { border-color: rgb(37,253,197); }
td.TdClassName
{
border-color: #25FDC5;
}
.TagClassName
{
border-color: #25FDC5;
}
</style>