Shades of Turquoise #25F2C1
Tints of Turquoise #25F2C1
RGB
CMYK
RGB Variations
Color information
#25F2C1 (or 0x25F2C1) is known color: Turquoise. HEX triplet: 25, F2 and C1. RGB value is (37,242,193). Sum of RGB (Red+Green+Blue) = 37+242+193=472 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.84% from 472); Green value is 242 (94.92% from 255 or 51.27% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F2C1 is #DA0D3E. Grayscale: #AFAFAF. Windows color (decimal): -14290239 or 12710437. OLE color: 12710437.
HSL color Cylindrical-coordinate representation of color #25F2C1: hue angle of 165.66º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F2C1 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 193 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.05 |
| HSL | 165.66º | 0.89% | 0.55% | - |
| HSV(B) | 165.66º | 0.85% | 0.95% | - |
| XYZ | 42.14 | 67.75 | 61.31 | - |
| YUV | 175.12 | 138.08 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 193 | 0.85 | 0 | 0.20 | 0.05 | 165.66 | 0.89 | 0.55 |
| Hex | 25 | F2 | C1 | 55 | 0 | 14 | 5 | A6 | 59 | 37 |
| Octal | 45 | 362 | 301 | 125 | 0 | 24 | 5 | 246 | 131 | 67 |
| Binary | 100101 | 11110010 | 11000001 | 1010101 | 0 | 10100 | 101 | 10100110 | 1011001 | 110111 |
Color Harmonies of #25F2C1
Complementary color
Monochromatic Colors of #25F2C1
Black with #25F2C1
Text Example
Text Example
White with #25F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F2C1; }
p { color: rgb(37,242,193); }
H1.HeaderClassName
{
color: #25F2C1;
}
.AnyTagClassName
{
color: #25F2C1;
}
</style>
background-color css
<style>
a { background-color: #25F2C1; }
a { background-color: rgb(37,242,193); }
div.DivClassName
{
background-color: #25F2C1;
}
.BgClassName
{
background-color: #25F2C1;
}
</style>
border-color css
<style>
span { border-color: #25F2C1; }
span { border-color: rgb(37,242,193); }
td.TdClassName
{
border-color: #25F2C1;
}
.TagClassName
{
border-color: #25F2C1;
}
</style>