Shades of Turquoise #25EAC4
Tints of Turquoise #25EAC4
RGB
CMYK
RGB Variations
Color information
#25EAC4 (or 0x25EAC4) is known color: Turquoise. HEX triplet: 25, EA and C4. RGB value is (37,234,196). Sum of RGB (Red+Green+Blue) = 37+234+196=467 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.92% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC4 is #DA153B. Grayscale: #AAAAAA. Windows color (decimal): -14292284 or 12904997. OLE color: 12904997.
HSL color Cylindrical-coordinate representation of color #25EAC4: hue angle of 168.43º 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 #25EAC4 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 196 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.08 |
| HSL | 168.43º | 0.82% | 0.53% | - |
| HSV(B) | 168.43º | 0.84% | 0.92% | - |
| XYZ | 40.15 | 63.22 | 62.31 | - |
| YUV | 170.77 | 142.23 | 32.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 196 | 0.84 | 0 | 0.16 | 0.08 | 168.43 | 0.82 | 0.53 |
| Hex | 25 | EA | C4 | 54 | 0 | 10 | 8 | A8 | 52 | 35 |
| Octal | 45 | 352 | 304 | 124 | 0 | 20 | 10 | 250 | 122 | 65 |
| Binary | 100101 | 11101010 | 11000100 | 1010100 | 0 | 10000 | 1000 | 10101000 | 1010010 | 110101 |
Color Harmonies of #25EAC4
Complementary color
Monochromatic Colors of #25EAC4
Black with #25EAC4
Text Example
Text Example
White with #25EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAC4; }
p { color: rgb(37,234,196); }
H1.HeaderClassName
{
color: #25EAC4;
}
.AnyTagClassName
{
color: #25EAC4;
}
</style>
background-color css
<style>
a { background-color: #25EAC4; }
a { background-color: rgb(37,234,196); }
div.DivClassName
{
background-color: #25EAC4;
}
.BgClassName
{
background-color: #25EAC4;
}
</style>
border-color css
<style>
span { border-color: #25EAC4; }
span { border-color: rgb(37,234,196); }
td.TdClassName
{
border-color: #25EAC4;
}
.TagClassName
{
border-color: #25EAC4;
}
</style>