Shades of Turquoise #25EAC8
Tints of Turquoise #25EAC8
RGB
CMYK
RGB Variations
Color information
#25EAC8 (or 0x25EAC8) is known color: Turquoise. HEX triplet: 25, EA and C8. RGB value is (37,234,200). Sum of RGB (Red+Green+Blue) = 37+234+200=471 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.86% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 200 (78.52% from 255 or 42.46% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAC8 is #DA1537. Grayscale: #ABABAB. Windows color (decimal): -14292280 or 13167141. OLE color: 13167141.
HSL color Cylindrical-coordinate representation of color #25EAC8: hue angle of 169.64º 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 #25EAC8 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 234 | 200 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.08 |
| HSL | 169.64º | 0.82% | 0.53% | - |
| HSV(B) | 169.64º | 0.84% | 0.92% | - |
| XYZ | 40.61 | 63.41 | 64.74 | - |
| YUV | 171.22 | 144.23 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 234 | 200 | 0.84 | 0 | 0.15 | 0.08 | 169.64 | 0.82 | 0.53 |
| Hex | 25 | EA | C8 | 54 | 0 | F | 8 | AA | 52 | 35 |
| Octal | 45 | 352 | 310 | 124 | 0 | 17 | 10 | 252 | 122 | 65 |
| Binary | 100101 | 11101010 | 11001000 | 1010100 | 0 | 1111 | 1000 | 10101010 | 1010010 | 110101 |
Color Harmonies of #25EAC8
Complementary color
Monochromatic Colors of #25EAC8
Black with #25EAC8
Text Example
Text Example
White with #25EAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EAC8; }
p { color: rgb(37,234,200); }
H1.HeaderClassName
{
color: #25EAC8;
}
.AnyTagClassName
{
color: #25EAC8;
}
</style>
background-color css
<style>
a { background-color: #25EAC8; }
a { background-color: rgb(37,234,200); }
div.DivClassName
{
background-color: #25EAC8;
}
.BgClassName
{
background-color: #25EAC8;
}
</style>
border-color css
<style>
span { border-color: #25EAC8; }
span { border-color: rgb(37,234,200); }
td.TdClassName
{
border-color: #25EAC8;
}
.TagClassName
{
border-color: #25EAC8;
}
</style>