Shades of Turquoise #25FECF
Tints of Turquoise #25FECF
RGB
CMYK
RGB Variations
Color information
#25FECF (or 0x25FECF) is known color: Turquoise. HEX triplet: 25, FE and CF. RGB value is (37,254,207). Sum of RGB (Red+Green+Blue) = 37+254+207=498 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.43% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #25FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FECF is #DA0130. Grayscale: #B7B7B7. Windows color (decimal): -14287153 or 13631013. OLE color: 13631013.
HSL color Cylindrical-coordinate representation of color #25FECF: hue angle of 167º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FECF is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 207 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.00 |
| HSL | 167º | 0.99% | 0.57% | - |
| HSV(B) | 167º | 0.85% | 1% | - |
| XYZ | 47.47 | 75.78 | 71.16 | - |
| YUV | 183.76 | 141.11 | 23.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 207 | 0.85 | 0 | 0.19 | 0.00 | 167 | 0.99 | 0.57 |
| Hex | 25 | FE | CF | 55 | 0 | 13 | 0 | A7 | 63 | 39 |
| Octal | 45 | 376 | 317 | 125 | 0 | 23 | 0 | 247 | 143 | 71 |
| Binary | 100101 | 11111110 | 11001111 | 1010101 | 0 | 10011 | 0 | 10100111 | 1100011 | 111001 |
Color Harmonies of #25FECF
Complementary color
Monochromatic Colors of #25FECF
Black with #25FECF
Text Example
Text Example
White with #25FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FECF; }
p { color: rgb(37,254,207); }
H1.HeaderClassName
{
color: #25FECF;
}
.AnyTagClassName
{
color: #25FECF;
}
</style>
background-color css
<style>
a { background-color: #25FECF; }
a { background-color: rgb(37,254,207); }
div.DivClassName
{
background-color: #25FECF;
}
.BgClassName
{
background-color: #25FECF;
}
</style>
border-color css
<style>
span { border-color: #25FECF; }
span { border-color: rgb(37,254,207); }
td.TdClassName
{
border-color: #25FECF;
}
.TagClassName
{
border-color: #25FECF;
}
</style>