Shades of Turquoise #25EEBF
Tints of Turquoise #25EEBF
RGB
CMYK
RGB Variations
Color information
#25EEBF (or 0x25EEBF) is known color: Turquoise. HEX triplet: 25, EE and BF. RGB value is (37,238,191). Sum of RGB (Red+Green+Blue) = 37+238+191=466 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.94% from 466); Green value is 238 (93.36% from 255 or 51.07% from 466); Blue value is 191 (75% from 255 or 40.99% from 466); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEBF is #DA1140. Grayscale: #ACACAC. Windows color (decimal): -14291265 or 12578341. OLE color: 12578341.
HSL color Cylindrical-coordinate representation of color #25EEBF: hue angle of 165.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EEBF is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 191 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.07 |
| HSL | 165.97º | 0.86% | 0.54% | - |
| HSV(B) | 165.97º | 0.84% | 0.93% | - |
| XYZ | 40.74 | 65.3 | 59.75 | - |
| YUV | 172.54 | 138.41 | 31.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 191 | 0.84 | 0 | 0.20 | 0.07 | 165.97 | 0.86 | 0.54 |
| Hex | 25 | EE | BF | 54 | 0 | 14 | 7 | A6 | 56 | 36 |
| Octal | 45 | 356 | 277 | 124 | 0 | 24 | 7 | 246 | 126 | 66 |
| Binary | 100101 | 11101110 | 10111111 | 1010100 | 0 | 10100 | 111 | 10100110 | 1010110 | 110110 |
Color Harmonies of #25EEBF
Complementary color
Monochromatic Colors of #25EEBF
Black with #25EEBF
Text Example
Text Example
White with #25EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEBF; }
p { color: rgb(37,238,191); }
H1.HeaderClassName
{
color: #25EEBF;
}
.AnyTagClassName
{
color: #25EEBF;
}
</style>
background-color css
<style>
a { background-color: #25EEBF; }
a { background-color: rgb(37,238,191); }
div.DivClassName
{
background-color: #25EEBF;
}
.BgClassName
{
background-color: #25EEBF;
}
</style>
border-color css
<style>
span { border-color: #25EEBF; }
span { border-color: rgb(37,238,191); }
td.TdClassName
{
border-color: #25EEBF;
}
.TagClassName
{
border-color: #25EEBF;
}
</style>