Shades of Turquoise #25EBC2
Tints of Turquoise #25EBC2
RGB
CMYK
RGB Variations
Color information
#25EBC2 (or 0x25EBC2) is known color: Turquoise. HEX triplet: 25, EB and C2. RGB value is (37,235,194). Sum of RGB (Red+Green+Blue) = 37+235+194=466 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.94% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #25EBC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EBC2 is #DA143D. Grayscale: #ABABAB. Windows color (decimal): -14292030 or 12774181. OLE color: 12774181.
HSL color Cylindrical-coordinate representation of color #25EBC2: hue angle of 167.58º degrees, saturation: 0.83, 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 #25EBC2 is Cyan = 0.84, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 37 | 235 | 194 | - |
| CMYK | 0.84 | 0 | 0.17 | 0.08 |
| HSL | 167.58º | 0.83% | 0.53% | - |
| HSV(B) | 167.58º | 0.84% | 0.92% | - |
| XYZ | 40.21 | 63.71 | 61.22 | - |
| YUV | 171.12 | 140.9 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 235 | 194 | 0.84 | 0 | 0.17 | 0.08 | 167.58 | 0.83 | 0.53 |
| Hex | 25 | EB | C2 | 54 | 0 | 11 | 8 | A8 | 53 | 35 |
| Octal | 45 | 353 | 302 | 124 | 0 | 21 | 10 | 250 | 123 | 65 |
| Binary | 100101 | 11101011 | 11000010 | 1010100 | 0 | 10001 | 1000 | 10101000 | 1010011 | 110101 |
Color Harmonies of #25EBC2
Complementary color
Monochromatic Colors of #25EBC2
Black with #25EBC2
Text Example
Text Example
White with #25EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EBC2; }
p { color: rgb(37,235,194); }
H1.HeaderClassName
{
color: #25EBC2;
}
.AnyTagClassName
{
color: #25EBC2;
}
</style>
background-color css
<style>
a { background-color: #25EBC2; }
a { background-color: rgb(37,235,194); }
div.DivClassName
{
background-color: #25EBC2;
}
.BgClassName
{
background-color: #25EBC2;
}
</style>
border-color css
<style>
span { border-color: #25EBC2; }
span { border-color: rgb(37,235,194); }
td.TdClassName
{
border-color: #25EBC2;
}
.TagClassName
{
border-color: #25EBC2;
}
</style>