Shades of Turquoise #25F3C5
Tints of Turquoise #25F3C5
RGB
CMYK
RGB Variations
Color information
#25F3C5 (or 0x25F3C5) is known color: Turquoise. HEX triplet: 25, F3 and C5. RGB value is (37,243,197). Sum of RGB (Red+Green+Blue) = 37+243+197=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 243 (95.31% from 255 or 50.94% from 477); Blue value is 197 (77.34% from 255 or 41.30% from 477); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F3C5 is #DA0C3A. Grayscale: #B0B0B0. Windows color (decimal): -14289979 or 12972837. OLE color: 12972837.
HSL color Cylindrical-coordinate representation of color #25F3C5: hue angle of 166.6º degrees, saturation: 0.9, 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 #25F3C5 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 197 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.05 |
| HSL | 166.6º | 0.9% | 0.55% | - |
| HSV(B) | 166.6º | 0.85% | 0.95% | - |
| XYZ | 42.89 | 68.53 | 63.79 | - |
| YUV | 176.16 | 139.75 | 28.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 197 | 0.85 | 0 | 0.19 | 0.05 | 166.6 | 0.9 | 0.55 |
| Hex | 25 | F3 | C5 | 55 | 0 | 13 | 5 | A7 | 5A | 37 |
| Octal | 45 | 363 | 305 | 125 | 0 | 23 | 5 | 247 | 132 | 67 |
| Binary | 100101 | 11110011 | 11000101 | 1010101 | 0 | 10011 | 101 | 10100111 | 1011010 | 110111 |
Color Harmonies of #25F3C5
Complementary color
Monochromatic Colors of #25F3C5
Black with #25F3C5
Text Example
Text Example
White with #25F3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F3C5; }
p { color: rgb(37,243,197); }
H1.HeaderClassName
{
color: #25F3C5;
}
.AnyTagClassName
{
color: #25F3C5;
}
</style>
background-color css
<style>
a { background-color: #25F3C5; }
a { background-color: rgb(37,243,197); }
div.DivClassName
{
background-color: #25F3C5;
}
.BgClassName
{
background-color: #25F3C5;
}
</style>
border-color css
<style>
span { border-color: #25F3C5; }
span { border-color: rgb(37,243,197); }
td.TdClassName
{
border-color: #25F3C5;
}
.TagClassName
{
border-color: #25F3C5;
}
</style>