Shades of Turquoise #25E2CD
Tints of Turquoise #25E2CD
RGB
CMYK
RGB Variations
Color information
#25E2CD (or 0x25E2CD) is known color: Turquoise. HEX triplet: 25, E2 and CD. RGB value is (37,226,205). Sum of RGB (Red+Green+Blue) = 37+226+205=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 226 (88.67% from 255 or 48.29% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 226 - color contains mainly: green. Hex color #25E2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E2CD is #DA1D32. Grayscale: #A6A6A6. Windows color (decimal): -14294323 or 13492773. OLE color: 13492773.
HSL color Cylindrical-coordinate representation of color #25E2CD: hue angle of 173.33º 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 #25E2CD is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 205 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.11 |
| HSL | 173.33º | 0.77% | 0.52% | - |
| HSV(B) | 173.33º | 0.84% | 0.89% | - |
| XYZ | 38.98 | 59.19 | 67.13 | - |
| YUV | 167.1 | 149.38 | 35.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 205 | 0.84 | 0 | 0.09 | 0.11 | 173.33 | 0.77 | 0.52 |
| Hex | 25 | E2 | CD | 54 | 0 | 9 | B | AD | 4D | 34 |
| Octal | 45 | 342 | 315 | 124 | 0 | 11 | 13 | 255 | 115 | 64 |
| Binary | 100101 | 11100010 | 11001101 | 1010100 | 0 | 1001 | 1011 | 10101101 | 1001101 | 110100 |
Color Harmonies of #25E2CD
Complementary color
Monochromatic Colors of #25E2CD
Black with #25E2CD
Text Example
Text Example
White with #25E2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2CD; }
p { color: rgb(37,226,205); }
H1.HeaderClassName
{
color: #25E2CD;
}
.AnyTagClassName
{
color: #25E2CD;
}
</style>
background-color css
<style>
a { background-color: #25E2CD; }
a { background-color: rgb(37,226,205); }
div.DivClassName
{
background-color: #25E2CD;
}
.BgClassName
{
background-color: #25E2CD;
}
</style>
border-color css
<style>
span { border-color: #25E2CD; }
span { border-color: rgb(37,226,205); }
td.TdClassName
{
border-color: #25E2CD;
}
.TagClassName
{
border-color: #25E2CD;
}
</style>