Shades of Turquoise #25E2DB
Tints of Turquoise #25E2DB
RGB
CMYK
RGB Variations
Color information
#25E2DB (or 0x25E2DB) is known color: Turquoise. HEX triplet: 25, E2 and DB. RGB value is (37,226,219). Sum of RGB (Red+Green+Blue) = 37+226+219=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #25E2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E2DB is #DA1D24. Grayscale: #A8A8A8. Windows color (decimal): -14294309 or 14410277. OLE color: 14410277.
HSL color Cylindrical-coordinate representation of color #25E2DB: hue angle of 177.78º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E2DB is Cyan = 0.84, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 219 | - |
| CMYK | 0.84 | 0 | 0.03 | 0.11 |
| HSL | 177.78º | 0.77% | 0.52% | - |
| HSV(B) | 177.78º | 0.84% | 0.89% | - |
| XYZ | 40.75 | 59.9 | 76.43 | - |
| YUV | 168.69 | 156.38 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 219 | 0.84 | 0 | 0.03 | 0.11 | 177.78 | 0.77 | 0.52 |
| Hex | 25 | E2 | DB | 54 | 0 | 3 | B | B2 | 4D | 34 |
| Octal | 45 | 342 | 333 | 124 | 0 | 3 | 13 | 262 | 115 | 64 |
| Binary | 100101 | 11100010 | 11011011 | 1010100 | 0 | 11 | 1011 | 10110010 | 1001101 | 110100 |
Color Harmonies of #25E2DB
Complementary color
Monochromatic Colors of #25E2DB
Black with #25E2DB
Text Example
Text Example
White with #25E2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2DB; }
p { color: rgb(37,226,219); }
H1.HeaderClassName
{
color: #25E2DB;
}
.AnyTagClassName
{
color: #25E2DB;
}
</style>
background-color css
<style>
a { background-color: #25E2DB; }
a { background-color: rgb(37,226,219); }
div.DivClassName
{
background-color: #25E2DB;
}
.BgClassName
{
background-color: #25E2DB;
}
</style>
border-color css
<style>
span { border-color: #25E2DB; }
span { border-color: rgb(37,226,219); }
td.TdClassName
{
border-color: #25E2DB;
}
.TagClassName
{
border-color: #25E2DB;
}
</style>