Shades of Turquoise #25E2D5
Tints of Turquoise #25E2D5
RGB
CMYK
RGB Variations
Color information
#25E2D5 (or 0x25E2D5) is known color: Turquoise. HEX triplet: 25, E2 and D5. RGB value is (37,226,213). Sum of RGB (Red+Green+Blue) = 37+226+213=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 226 (88.67% from 255 or 47.48% from 476); Blue value is 213 (83.59% from 255 or 44.75% from 476); Max value from RGB is 226 - color contains mainly: green. Hex color #25E2D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E2D5 is #DA1D2A. Grayscale: #A7A7A7. Windows color (decimal): -14294315 or 14017061. OLE color: 14017061.
HSL color Cylindrical-coordinate representation of color #25E2D5: hue angle of 175.87º 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 #25E2D5 is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 213 | - |
| CMYK | 0.84 | 0 | 0.06 | 0.11 |
| HSL | 175.87º | 0.77% | 0.52% | - |
| HSV(B) | 175.87º | 0.84% | 0.89% | - |
| XYZ | 39.97 | 59.59 | 72.35 | - |
| YUV | 168.01 | 153.38 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 213 | 0.84 | 0 | 0.06 | 0.11 | 175.87 | 0.77 | 0.52 |
| Hex | 25 | E2 | D5 | 54 | 0 | 6 | B | B0 | 4D | 34 |
| Octal | 45 | 342 | 325 | 124 | 0 | 6 | 13 | 260 | 115 | 64 |
| Binary | 100101 | 11100010 | 11010101 | 1010100 | 0 | 110 | 1011 | 10110000 | 1001101 | 110100 |
Color Harmonies of #25E2D5
Complementary color
Monochromatic Colors of #25E2D5
Black with #25E2D5
Text Example
Text Example
White with #25E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2D5; }
p { color: rgb(37,226,213); }
H1.HeaderClassName
{
color: #25E2D5;
}
.AnyTagClassName
{
color: #25E2D5;
}
</style>
background-color css
<style>
a { background-color: #25E2D5; }
a { background-color: rgb(37,226,213); }
div.DivClassName
{
background-color: #25E2D5;
}
.BgClassName
{
background-color: #25E2D5;
}
</style>
border-color css
<style>
span { border-color: #25E2D5; }
span { border-color: rgb(37,226,213); }
td.TdClassName
{
border-color: #25E2D5;
}
.TagClassName
{
border-color: #25E2D5;
}
</style>