Shades of Turquoise #25EEBE
Tints of Turquoise #25EEBE
RGB
CMYK
RGB Variations
Color information
#25EEBE (or 0x25EEBE) is known color: Turquoise. HEX triplet: 25, EE and BE. RGB value is (37,238,190). Sum of RGB (Red+Green+Blue) = 37+238+190=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEBE is #DA1141. Grayscale: #ACACAC. Windows color (decimal): -14291266 or 12512805. OLE color: 12512805.
HSL color Cylindrical-coordinate representation of color #25EEBE: hue angle of 165.67º 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 #25EEBE is Cyan = 0.84, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 190 | - |
| CMYK | 0.84 | 0 | 0.20 | 0.07 |
| HSL | 165.67º | 0.86% | 0.54% | - |
| HSV(B) | 165.67º | 0.84% | 0.93% | - |
| XYZ | 40.63 | 65.26 | 59.17 | - |
| YUV | 172.43 | 137.91 | 31.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 190 | 0.84 | 0 | 0.20 | 0.07 | 165.67 | 0.86 | 0.54 |
| Hex | 25 | EE | BE | 54 | 0 | 14 | 7 | A6 | 56 | 36 |
| Octal | 45 | 356 | 276 | 124 | 0 | 24 | 7 | 246 | 126 | 66 |
| Binary | 100101 | 11101110 | 10111110 | 1010100 | 0 | 10100 | 111 | 10100110 | 1010110 | 110110 |
Color Harmonies of #25EEBE
Complementary color
Monochromatic Colors of #25EEBE
Black with #25EEBE
Text Example
Text Example
White with #25EEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEBE; }
p { color: rgb(37,238,190); }
H1.HeaderClassName
{
color: #25EEBE;
}
.AnyTagClassName
{
color: #25EEBE;
}
</style>
background-color css
<style>
a { background-color: #25EEBE; }
a { background-color: rgb(37,238,190); }
div.DivClassName
{
background-color: #25EEBE;
}
.BgClassName
{
background-color: #25EEBE;
}
</style>
border-color css
<style>
span { border-color: #25EEBE; }
span { border-color: rgb(37,238,190); }
td.TdClassName
{
border-color: #25EEBE;
}
.TagClassName
{
border-color: #25EEBE;
}
</style>