Shades of Turquoise #25EBB6
Tints of Turquoise #25EBB6
RGB
CMYK
RGB Variations
Color information
#25EBB6 (or 0x25EBB6) is known color: Turquoise. HEX triplet: 25, EB and B6. RGB value is (37,235,182). Sum of RGB (Red+Green+Blue) = 37+235+182=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 182 (71.48% from 255 or 40.09% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EBB6 is #DA1449. Grayscale: #A9A9A9. Windows color (decimal): -14292042 or 11987749. OLE color: 11987749.
HSL color Cylindrical-coordinate representation of color #25EBB6: hue angle of 163.94º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EBB6 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 235 | 182 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.08 |
| HSL | 163.94º | 0.83% | 0.53% | - |
| HSV(B) | 163.94º | 0.84% | 0.92% | - |
| XYZ | 38.91 | 63.19 | 54.4 | - |
| YUV | 169.76 | 134.9 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 182 | 0.84 | 0 | 0.23 | 0.08 | 163.94 | 0.83 | 0.53 |
| Hex | 25 | EB | B6 | 54 | 0 | 17 | 8 | A4 | 53 | 35 |
| Octal | 45 | 353 | 266 | 124 | 0 | 27 | 10 | 244 | 123 | 65 |
| Binary | 100101 | 11101011 | 10110110 | 1010100 | 0 | 10111 | 1000 | 10100100 | 1010011 | 110101 |
Color Harmonies of #25EBB6
Complementary color
Monochromatic Colors of #25EBB6
Black with #25EBB6
Text Example
Text Example
White with #25EBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBB6; }
p { color: rgb(37,235,182); }
H1.HeaderClassName
{
color: #25EBB6;
}
.AnyTagClassName
{
color: #25EBB6;
}
</style>
background-color css
<style>
a { background-color: #25EBB6; }
a { background-color: rgb(37,235,182); }
div.DivClassName
{
background-color: #25EBB6;
}
.BgClassName
{
background-color: #25EBB6;
}
</style>
border-color css
<style>
span { border-color: #25EBB6; }
span { border-color: rgb(37,235,182); }
td.TdClassName
{
border-color: #25EBB6;
}
.TagClassName
{
border-color: #25EBB6;
}
</style>