Shades of Turquoise #25F4BD
Tints of Turquoise #25F4BD
RGB
CMYK
RGB Variations
Color information
#25F4BD (or 0x25F4BD) is known color: Turquoise. HEX triplet: 25, F4 and BD. RGB value is (37,244,189). Sum of RGB (Red+Green+Blue) = 37+244+189=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 189 (74.22% from 255 or 40.21% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4BD is #DA0B42. Grayscale: #AFAFAF. Windows color (decimal): -14289731 or 12448805. OLE color: 12448805.
HSL color Cylindrical-coordinate representation of color #25F4BD: hue angle of 164.06º 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 #25F4BD is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 244 | 189 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.04 |
| HSL | 164.06º | 0.9% | 0.55% | - |
| HSV(B) | 164.06º | 0.85% | 0.96% | - |
| XYZ | 42.3 | 68.77 | 59.19 | - |
| YUV | 175.84 | 135.42 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 244 | 189 | 0.85 | 0 | 0.23 | 0.04 | 164.06 | 0.9 | 0.55 |
| Hex | 25 | F4 | BD | 55 | 0 | 17 | 4 | A4 | 5A | 37 |
| Octal | 45 | 364 | 275 | 125 | 0 | 27 | 4 | 244 | 132 | 67 |
| Binary | 100101 | 11110100 | 10111101 | 1010101 | 0 | 10111 | 100 | 10100100 | 1011010 | 110111 |
Color Harmonies of #25F4BD
Complementary color
Monochromatic Colors of #25F4BD
Black with #25F4BD
Text Example
Text Example
White with #25F4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F4BD; }
p { color: rgb(37,244,189); }
H1.HeaderClassName
{
color: #25F4BD;
}
.AnyTagClassName
{
color: #25F4BD;
}
</style>
background-color css
<style>
a { background-color: #25F4BD; }
a { background-color: rgb(37,244,189); }
div.DivClassName
{
background-color: #25F4BD;
}
.BgClassName
{
background-color: #25F4BD;
}
</style>
border-color css
<style>
span { border-color: #25F4BD; }
span { border-color: rgb(37,244,189); }
td.TdClassName
{
border-color: #25F4BD;
}
.TagClassName
{
border-color: #25F4BD;
}
</style>