Shades of Turquoise #25F0C1
Tints of Turquoise #25F0C1
RGB
CMYK
RGB Variations
Color information
#25F0C1 (or 0x25F0C1) is known color: Turquoise. HEX triplet: 25, F0 and C1. RGB value is (37,240,193). Sum of RGB (Red+Green+Blue) = 37+240+193=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #25F0C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F0C1 is #DA0F3E. Grayscale: #ADADAD. Windows color (decimal): -14290751 or 12709925. OLE color: 12709925.
HSL color Cylindrical-coordinate representation of color #25F0C1: hue angle of 166.11º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F0C1 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 240 | 193 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.06 |
| HSL | 166.11º | 0.87% | 0.54% | - |
| HSV(B) | 166.11º | 0.85% | 0.94% | - |
| XYZ | 41.55 | 66.56 | 61.11 | - |
| YUV | 173.95 | 138.75 | 30.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 240 | 193 | 0.85 | 0 | 0.20 | 0.06 | 166.11 | 0.87 | 0.54 |
| Hex | 25 | F0 | C1 | 55 | 0 | 14 | 6 | A6 | 57 | 36 |
| Octal | 45 | 360 | 301 | 125 | 0 | 24 | 6 | 246 | 127 | 66 |
| Binary | 100101 | 11110000 | 11000001 | 1010101 | 0 | 10100 | 110 | 10100110 | 1010111 | 110110 |
Color Harmonies of #25F0C1
Complementary color
Monochromatic Colors of #25F0C1
Black with #25F0C1
Text Example
Text Example
White with #25F0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F0C1; }
p { color: rgb(37,240,193); }
H1.HeaderClassName
{
color: #25F0C1;
}
.AnyTagClassName
{
color: #25F0C1;
}
</style>
background-color css
<style>
a { background-color: #25F0C1; }
a { background-color: rgb(37,240,193); }
div.DivClassName
{
background-color: #25F0C1;
}
.BgClassName
{
background-color: #25F0C1;
}
</style>
border-color css
<style>
span { border-color: #25F0C1; }
span { border-color: rgb(37,240,193); }
td.TdClassName
{
border-color: #25F0C1;
}
.TagClassName
{
border-color: #25F0C1;
}
</style>