Shades of Turquoise #25EED5
Tints of Turquoise #25EED5
RGB
CMYK
RGB Variations
Color information
#25EED5 (or 0x25EED5) is known color: Turquoise. HEX triplet: 25, EE and D5. RGB value is (37,238,213). Sum of RGB (Red+Green+Blue) = 37+238+213=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #25EED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EED5 is #DA112A. Grayscale: #AEAEAE. Windows color (decimal): -14291243 or 14020133. OLE color: 14020133.
HSL color Cylindrical-coordinate representation of color #25EED5: hue angle of 172.54º 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 #25EED5 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 213 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.07 |
| HSL | 172.54º | 0.86% | 0.54% | - |
| HSV(B) | 172.54º | 0.84% | 0.93% | - |
| XYZ | 43.35 | 66.35 | 73.47 | - |
| YUV | 175.05 | 149.41 | 29.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 213 | 0.84 | 0 | 0.11 | 0.07 | 172.54 | 0.86 | 0.54 |
| Hex | 25 | EE | D5 | 54 | 0 | B | 7 | AD | 56 | 36 |
| Octal | 45 | 356 | 325 | 124 | 0 | 13 | 7 | 255 | 126 | 66 |
| Binary | 100101 | 11101110 | 11010101 | 1010100 | 0 | 1011 | 111 | 10101101 | 1010110 | 110110 |
Color Harmonies of #25EED5
Complementary color
Monochromatic Colors of #25EED5
Black with #25EED5
Text Example
Text Example
White with #25EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EED5; }
p { color: rgb(37,238,213); }
H1.HeaderClassName
{
color: #25EED5;
}
.AnyTagClassName
{
color: #25EED5;
}
</style>
background-color css
<style>
a { background-color: #25EED5; }
a { background-color: rgb(37,238,213); }
div.DivClassName
{
background-color: #25EED5;
}
.BgClassName
{
background-color: #25EED5;
}
</style>
border-color css
<style>
span { border-color: #25EED5; }
span { border-color: rgb(37,238,213); }
td.TdClassName
{
border-color: #25EED5;
}
.TagClassName
{
border-color: #25EED5;
}
</style>