Shades of Turquoise #25F4B5
Tints of Turquoise #25F4B5
RGB
CMYK
RGB Variations
Color information
#25F4B5 (or 0x25F4B5) is known color: Turquoise. HEX triplet: 25, F4 and B5. RGB value is (37,244,181). Sum of RGB (Red+Green+Blue) = 37+244+181=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4B5 is #DA0B4A. Grayscale: #AEAEAE. Windows color (decimal): -14289739 or 11924517. OLE color: 11924517.
HSL color Cylindrical-coordinate representation of color #25F4B5: hue angle of 161.74º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F4B5 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 244 | 181 | - |
| CMYK | 0.85 | 0 | 0.26 | 0.04 |
| HSL | 161.74º | 0.9% | 0.55% | - |
| HSV(B) | 161.74º | 0.85% | 0.96% | - |
| XYZ | 41.45 | 68.43 | 54.74 | - |
| YUV | 174.93 | 131.42 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 244 | 181 | 0.85 | 0 | 0.26 | 0.04 | 161.74 | 0.9 | 0.55 |
| Hex | 25 | F4 | B5 | 55 | 0 | 1A | 4 | A2 | 5A | 37 |
| Octal | 45 | 364 | 265 | 125 | 0 | 32 | 4 | 242 | 132 | 67 |
| Binary | 100101 | 11110100 | 10110101 | 1010101 | 0 | 11010 | 100 | 10100010 | 1011010 | 110111 |
Color Harmonies of #25F4B5
Complementary color
Monochromatic Colors of #25F4B5
Black with #25F4B5
Text Example
Text Example
White with #25F4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F4B5; }
p { color: rgb(37,244,181); }
H1.HeaderClassName
{
color: #25F4B5;
}
.AnyTagClassName
{
color: #25F4B5;
}
</style>
background-color css
<style>
a { background-color: #25F4B5; }
a { background-color: rgb(37,244,181); }
div.DivClassName
{
background-color: #25F4B5;
}
.BgClassName
{
background-color: #25F4B5;
}
</style>
border-color css
<style>
span { border-color: #25F4B5; }
span { border-color: rgb(37,244,181); }
td.TdClassName
{
border-color: #25F4B5;
}
.TagClassName
{
border-color: #25F4B5;
}
</style>