Shades of Turquoise #25E0CE
Tints of Turquoise #25E0CE
RGB
CMYK
RGB Variations
Color information
#25E0CE (or 0x25E0CE) is known color: Turquoise. HEX triplet: 25, E0 and CE. RGB value is (37,224,206). Sum of RGB (Red+Green+Blue) = 37+224+206=467 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.92% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #25E0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25E0CE is #DA1F31. Grayscale: #A5A5A5. Windows color (decimal): -14294834 or 13557797. OLE color: 13557797.
HSL color Cylindrical-coordinate representation of color #25E0CE: hue angle of 174.22º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E0CE is Cyan = 0.83, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 206 | - |
| CMYK | 0.83 | 0 | 0.08 | 0.12 |
| HSL | 174.22º | 0.75% | 0.51% | - |
| HSV(B) | 174.22º | 0.83% | 0.88% | - |
| XYZ | 38.56 | 58.16 | 67.59 | - |
| YUV | 166.04 | 150.55 | 35.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 206 | 0.83 | 0 | 0.08 | 0.12 | 174.22 | 0.75 | 0.51 |
| Hex | 25 | E0 | CE | 53 | 0 | 8 | C | AE | 4B | 33 |
| Octal | 45 | 340 | 316 | 123 | 0 | 10 | 14 | 256 | 113 | 63 |
| Binary | 100101 | 11100000 | 11001110 | 1010011 | 0 | 1000 | 1100 | 10101110 | 1001011 | 110011 |
Color Harmonies of #25E0CE
Complementary color
Monochromatic Colors of #25E0CE
Black with #25E0CE
Text Example
Text Example
White with #25E0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E0CE; }
p { color: rgb(37,224,206); }
H1.HeaderClassName
{
color: #25E0CE;
}
.AnyTagClassName
{
color: #25E0CE;
}
</style>
background-color css
<style>
a { background-color: #25E0CE; }
a { background-color: rgb(37,224,206); }
div.DivClassName
{
background-color: #25E0CE;
}
.BgClassName
{
background-color: #25E0CE;
}
</style>
border-color css
<style>
span { border-color: #25E0CE; }
span { border-color: rgb(37,224,206); }
td.TdClassName
{
border-color: #25E0CE;
}
.TagClassName
{
border-color: #25E0CE;
}
</style>