Shades of Turquoise #25F9C0
Tints of Turquoise #25F9C0
RGB
CMYK
RGB Variations
Color information
#25F9C0 (or 0x25F9C0) is known color: Turquoise. HEX triplet: 25, F9 and C0. RGB value is (37,249,192). Sum of RGB (Red+Green+Blue) = 37+249+192=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 192 (75.39% from 255 or 40.17% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #25F9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F9C0 is #DA063F. Grayscale: #B3B3B3. Windows color (decimal): -14288448 or 12646693. OLE color: 12646693.
HSL color Cylindrical-coordinate representation of color #25F9C0: hue angle of 163.87º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F9C0 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 249 | 192 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.02 |
| HSL | 163.87º | 0.95% | 0.56% | - |
| HSV(B) | 163.87º | 0.85% | 0.98% | - |
| XYZ | 44.15 | 71.95 | 61.43 | - |
| YUV | 179.11 | 135.26 | 26.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 249 | 192 | 0.85 | 0 | 0.23 | 0.02 | 163.87 | 0.95 | 0.56 |
| Hex | 25 | F9 | C0 | 55 | 0 | 17 | 2 | A4 | 5F | 38 |
| Octal | 45 | 371 | 300 | 125 | 0 | 27 | 2 | 244 | 137 | 70 |
| Binary | 100101 | 11111001 | 11000000 | 1010101 | 0 | 10111 | 10 | 10100100 | 1011111 | 111000 |
Color Harmonies of #25F9C0
Complementary color
Monochromatic Colors of #25F9C0
Black with #25F9C0
Text Example
Text Example
White with #25F9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F9C0; }
p { color: rgb(37,249,192); }
H1.HeaderClassName
{
color: #25F9C0;
}
.AnyTagClassName
{
color: #25F9C0;
}
</style>
background-color css
<style>
a { background-color: #25F9C0; }
a { background-color: rgb(37,249,192); }
div.DivClassName
{
background-color: #25F9C0;
}
.BgClassName
{
background-color: #25F9C0;
}
</style>
border-color css
<style>
span { border-color: #25F9C0; }
span { border-color: rgb(37,249,192); }
td.TdClassName
{
border-color: #25F9C0;
}
.TagClassName
{
border-color: #25F9C0;
}
</style>