Shades of Turquoise #25E2C3
Tints of Turquoise #25E2C3
RGB
CMYK
RGB Variations
Color information
#25E2C3 (or 0x25E2C3) is known color: Turquoise. HEX triplet: 25, E2 and C3. RGB value is (37,226,195). Sum of RGB (Red+Green+Blue) = 37+226+195=458 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.08% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #25E2C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E2C3 is #DA1D3C. Grayscale: #A5A5A5. Windows color (decimal): -14294333 or 12837413. OLE color: 12837413.
HSL color Cylindrical-coordinate representation of color #25E2C3: hue angle of 170.16º 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 #25E2C3 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 195 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.11 |
| HSL | 170.16º | 0.77% | 0.52% | - |
| HSV(B) | 170.16º | 0.84% | 0.89% | - |
| XYZ | 37.81 | 58.73 | 60.97 | - |
| YUV | 165.96 | 144.38 | 36.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 195 | 0.84 | 0 | 0.14 | 0.11 | 170.16 | 0.77 | 0.52 |
| Hex | 25 | E2 | C3 | 54 | 0 | E | B | AA | 4D | 34 |
| Octal | 45 | 342 | 303 | 124 | 0 | 16 | 13 | 252 | 115 | 64 |
| Binary | 100101 | 11100010 | 11000011 | 1010100 | 0 | 1110 | 1011 | 10101010 | 1001101 | 110100 |
Color Harmonies of #25E2C3
Complementary color
Monochromatic Colors of #25E2C3
Black with #25E2C3
Text Example
Text Example
White with #25E2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E2C3; }
p { color: rgb(37,226,195); }
H1.HeaderClassName
{
color: #25E2C3;
}
.AnyTagClassName
{
color: #25E2C3;
}
</style>
background-color css
<style>
a { background-color: #25E2C3; }
a { background-color: rgb(37,226,195); }
div.DivClassName
{
background-color: #25E2C3;
}
.BgClassName
{
background-color: #25E2C3;
}
</style>
border-color css
<style>
span { border-color: #25E2C3; }
span { border-color: rgb(37,226,195); }
td.TdClassName
{
border-color: #25E2C3;
}
.TagClassName
{
border-color: #25E2C3;
}
</style>