Shades of Turquoise #25EEBB
Tints of Turquoise #25EEBB
RGB
CMYK
RGB Variations
Color information
#25EEBB (or 0x25EEBB) is known color: Turquoise. HEX triplet: 25, EE and BB. RGB value is (37,238,187). Sum of RGB (Red+Green+Blue) = 37+238+187=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 238 (93.36% from 255 or 51.52% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEBB is #DA1144. Grayscale: #ACACAC. Windows color (decimal): -14291269 or 12316197. OLE color: 12316197.
HSL color Cylindrical-coordinate representation of color #25EEBB: hue angle of 164.78º 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 #25EEBB is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 187 | - |
| CMYK | 0.84 | 0 | 0.21 | 0.07 |
| HSL | 164.78º | 0.86% | 0.54% | - |
| HSV(B) | 164.78º | 0.84% | 0.93% | - |
| XYZ | 40.31 | 65.13 | 57.46 | - |
| YUV | 172.09 | 136.41 | 31.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 187 | 0.84 | 0 | 0.21 | 0.07 | 164.78 | 0.86 | 0.54 |
| Hex | 25 | EE | BB | 54 | 0 | 15 | 7 | A5 | 56 | 36 |
| Octal | 45 | 356 | 273 | 124 | 0 | 25 | 7 | 245 | 126 | 66 |
| Binary | 100101 | 11101110 | 10111011 | 1010100 | 0 | 10101 | 111 | 10100101 | 1010110 | 110110 |
Color Harmonies of #25EEBB
Complementary color
Monochromatic Colors of #25EEBB
Black with #25EEBB
Text Example
Text Example
White with #25EEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEBB; }
p { color: rgb(37,238,187); }
H1.HeaderClassName
{
color: #25EEBB;
}
.AnyTagClassName
{
color: #25EEBB;
}
</style>
background-color css
<style>
a { background-color: #25EEBB; }
a { background-color: rgb(37,238,187); }
div.DivClassName
{
background-color: #25EEBB;
}
.BgClassName
{
background-color: #25EEBB;
}
</style>
border-color css
<style>
span { border-color: #25EEBB; }
span { border-color: rgb(37,238,187); }
td.TdClassName
{
border-color: #25EEBB;
}
.TagClassName
{
border-color: #25EEBB;
}
</style>