Shades of Medium Turquoise #25C7CF
Tints of Medium Turquoise #25C7CF
RGB
CMYK
RGB Variations
Color information
#25C7CF (or 0x25C7CF) is known color: Medium Turquoise. HEX triplet: 25, C7 and CF. RGB value is (37,199,207). Sum of RGB (Red+Green+Blue) = 37+199+207=443 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.35% from 443); Green value is 199 (78.12% from 255 or 44.92% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #25C7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C7CF is #DA3830. Grayscale: #979797. Windows color (decimal): -14301233 or 13616933. OLE color: 13616933.
HSL color Cylindrical-coordinate representation of color #25C7CF: hue angle of 182.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C7CF is Cyan = 0.82, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 199 | 207 | - |
| CMYK | 0.82 | 0.04 | 0 | 0.19 |
| HSL | 182.82º | 0.7% | 0.48% | - |
| HSV(B) | 182.82º | 0.82% | 0.81% | - |
| XYZ | 32.45 | 45.75 | 66.15 | - |
| YUV | 151.47 | 159.33 | 46.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 199 | 207 | 0.82 | 0.04 | 0 | 0.19 | 182.82 | 0.7 | 0.48 |
| Hex | 25 | C7 | CF | 52 | 4 | 0 | 13 | B7 | 46 | 30 |
| Octal | 45 | 307 | 317 | 122 | 4 | 0 | 23 | 267 | 106 | 60 |
| Binary | 100101 | 11000111 | 11001111 | 1010010 | 100 | 0 | 10011 | 10110111 | 1000110 | 110000 |
Color Harmonies of #25C7CF
Complementary color
Monochromatic Colors of #25C7CF
Black with #25C7CF
Text Example
Text Example
White with #25C7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C7CF; }
p { color: rgb(37,199,207); }
H1.HeaderClassName
{
color: #25C7CF;
}
.AnyTagClassName
{
color: #25C7CF;
}
</style>
background-color css
<style>
a { background-color: #25C7CF; }
a { background-color: rgb(37,199,207); }
div.DivClassName
{
background-color: #25C7CF;
}
.BgClassName
{
background-color: #25C7CF;
}
</style>
border-color css
<style>
span { border-color: #25C7CF; }
span { border-color: rgb(37,199,207); }
td.TdClassName
{
border-color: #25C7CF;
}
.TagClassName
{
border-color: #25C7CF;
}
</style>