Shades of Turquoise #25F7BD
Tints of Turquoise #25F7BD
RGB
CMYK
RGB Variations
Color information
#25F7BD (or 0x25F7BD) is known color: Turquoise. HEX triplet: 25, F7 and BD. RGB value is (37,247,189). Sum of RGB (Red+Green+Blue) = 37+247+189=473 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.82% from 473); Green value is 247 (96.88% from 255 or 52.22% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7BD is #DA0842. Grayscale: #B1B1B1. Windows color (decimal): -14288963 or 12449573. OLE color: 12449573.
HSL color Cylindrical-coordinate representation of color #25F7BD: hue angle of 163.43º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7BD is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 247 | 189 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.03 |
| HSL | 163.43º | 0.93% | 0.56% | - |
| HSV(B) | 163.43º | 0.85% | 0.97% | - |
| XYZ | 43.21 | 70.59 | 59.49 | - |
| YUV | 177.6 | 134.43 | 27.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 247 | 189 | 0.85 | 0 | 0.23 | 0.03 | 163.43 | 0.93 | 0.56 |
| Hex | 25 | F7 | BD | 55 | 0 | 17 | 3 | A3 | 5D | 38 |
| Octal | 45 | 367 | 275 | 125 | 0 | 27 | 3 | 243 | 135 | 70 |
| Binary | 100101 | 11110111 | 10111101 | 1010101 | 0 | 10111 | 11 | 10100011 | 1011101 | 111000 |
Color Harmonies of #25F7BD
Complementary color
Monochromatic Colors of #25F7BD
Black with #25F7BD
Text Example
Text Example
White with #25F7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F7BD; }
p { color: rgb(37,247,189); }
H1.HeaderClassName
{
color: #25F7BD;
}
.AnyTagClassName
{
color: #25F7BD;
}
</style>
background-color css
<style>
a { background-color: #25F7BD; }
a { background-color: rgb(37,247,189); }
div.DivClassName
{
background-color: #25F7BD;
}
.BgClassName
{
background-color: #25F7BD;
}
</style>
border-color css
<style>
span { border-color: #25F7BD; }
span { border-color: rgb(37,247,189); }
td.TdClassName
{
border-color: #25F7BD;
}
.TagClassName
{
border-color: #25F7BD;
}
</style>