Shades of Turquoise #25EAC2
Tints of Turquoise #25EAC2
RGB
CMYK
RGB Variations
Color information
#25EAC2 (or 0x25EAC2) is known color: Turquoise. HEX triplet: 25, EA and C2. RGB value is (37,234,194). Sum of RGB (Red+Green+Blue) = 37+234+194=465 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.96% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC2 is #DA153D. Grayscale: #AAAAAA. Windows color (decimal): -14292286 or 12773925. OLE color: 12773925.
HSL color Cylindrical-coordinate representation of color #25EAC2: hue angle of 167.82º degrees, saturation: 0.82, 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 #25EAC2 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 194 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.08 |
| HSL | 167.82º | 0.82% | 0.53% | - |
| HSV(B) | 167.82º | 0.84% | 0.92% | - |
| XYZ | 39.92 | 63.13 | 61.12 | - |
| YUV | 170.54 | 141.23 | 32.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 194 | 0.84 | 0 | 0.17 | 0.08 | 167.82 | 0.82 | 0.53 |
| Hex | 25 | EA | C2 | 54 | 0 | 11 | 8 | A8 | 52 | 35 |
| Octal | 45 | 352 | 302 | 124 | 0 | 21 | 10 | 250 | 122 | 65 |
| Binary | 100101 | 11101010 | 11000010 | 1010100 | 0 | 10001 | 1000 | 10101000 | 1010010 | 110101 |
Color Harmonies of #25EAC2
Complementary color
Monochromatic Colors of #25EAC2
Black with #25EAC2
Text Example
Text Example
White with #25EAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAC2; }
p { color: rgb(37,234,194); }
H1.HeaderClassName
{
color: #25EAC2;
}
.AnyTagClassName
{
color: #25EAC2;
}
</style>
background-color css
<style>
a { background-color: #25EAC2; }
a { background-color: rgb(37,234,194); }
div.DivClassName
{
background-color: #25EAC2;
}
.BgClassName
{
background-color: #25EAC2;
}
</style>
border-color css
<style>
span { border-color: #25EAC2; }
span { border-color: rgb(37,234,194); }
td.TdClassName
{
border-color: #25EAC2;
}
.TagClassName
{
border-color: #25EAC2;
}
</style>