Shades of Turquoise #25E5CC
Tints of Turquoise #25E5CC
RGB
CMYK
RGB Variations
Color information
#25E5CC (or 0x25E5CC) is known color: Turquoise. HEX triplet: 25, E5 and CC. RGB value is (37,229,204). Sum of RGB (Red+Green+Blue) = 37+229+204=470 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.87% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #25E5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E5CC is #DA1A33. Grayscale: #A8A8A8. Windows color (decimal): -14293556 or 13428005. OLE color: 13428005.
HSL color Cylindrical-coordinate representation of color #25E5CC: hue angle of 172.19º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E5CC is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 229 | 204 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.10 |
| HSL | 172.19º | 0.79% | 0.52% | - |
| HSV(B) | 172.19º | 0.84% | 0.9% | - |
| XYZ | 39.68 | 60.79 | 66.77 | - |
| YUV | 168.74 | 147.89 | 34.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 229 | 204 | 0.84 | 0 | 0.11 | 0.10 | 172.19 | 0.79 | 0.52 |
| Hex | 25 | E5 | CC | 54 | 0 | B | A | AC | 4F | 34 |
| Octal | 45 | 345 | 314 | 124 | 0 | 13 | 12 | 254 | 117 | 64 |
| Binary | 100101 | 11100101 | 11001100 | 1010100 | 0 | 1011 | 1010 | 10101100 | 1001111 | 110100 |
Color Harmonies of #25E5CC
Complementary color
Monochromatic Colors of #25E5CC
Black with #25E5CC
Text Example
Text Example
White with #25E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E5CC; }
p { color: rgb(37,229,204); }
H1.HeaderClassName
{
color: #25E5CC;
}
.AnyTagClassName
{
color: #25E5CC;
}
</style>
background-color css
<style>
a { background-color: #25E5CC; }
a { background-color: rgb(37,229,204); }
div.DivClassName
{
background-color: #25E5CC;
}
.BgClassName
{
background-color: #25E5CC;
}
</style>
border-color css
<style>
span { border-color: #25E5CC; }
span { border-color: rgb(37,229,204); }
td.TdClassName
{
border-color: #25E5CC;
}
.TagClassName
{
border-color: #25E5CC;
}
</style>