Shades of Turquoise #25CEC5
Tints of Turquoise #25CEC5
RGB
CMYK
RGB Variations
Color information
#25CEC5 (or 0x25CEC5) is known color: Turquoise. HEX triplet: 25, CE and C5. RGB value is (37,206,197). Sum of RGB (Red+Green+Blue) = 37+206+197=440 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.41% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 197 (77.34% from 255 or 44.77% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CEC5 is #DA313A. Grayscale: #9A9A9A. Windows color (decimal): -14299451 or 12963365. OLE color: 12963365.
HSL color Cylindrical-coordinate representation of color #25CEC5: hue angle of 176.8º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CEC5 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 206 | 197 | - |
| CMYK | 0.82 | 0 | 0.04 | 0.19 |
| HSL | 176.8º | 0.7% | 0.48% | - |
| HSV(B) | 176.8º | 0.82% | 0.81% | - |
| XYZ | 32.91 | 48.57 | 60.46 | - |
| YUV | 154.44 | 152.01 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 197 | 0.82 | 0 | 0.04 | 0.19 | 176.8 | 0.7 | 0.48 |
| Hex | 25 | CE | C5 | 52 | 0 | 4 | 13 | B1 | 46 | 30 |
| Octal | 45 | 316 | 305 | 122 | 0 | 4 | 23 | 261 | 106 | 60 |
| Binary | 100101 | 11001110 | 11000101 | 1010010 | 0 | 100 | 10011 | 10110001 | 1000110 | 110000 |
Color Harmonies of #25CEC5
Complementary color
Monochromatic Colors of #25CEC5
Black with #25CEC5
Text Example
Text Example
White with #25CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEC5; }
p { color: rgb(37,206,197); }
H1.HeaderClassName
{
color: #25CEC5;
}
.AnyTagClassName
{
color: #25CEC5;
}
</style>
background-color css
<style>
a { background-color: #25CEC5; }
a { background-color: rgb(37,206,197); }
div.DivClassName
{
background-color: #25CEC5;
}
.BgClassName
{
background-color: #25CEC5;
}
</style>
border-color css
<style>
span { border-color: #25CEC5; }
span { border-color: rgb(37,206,197); }
td.TdClassName
{
border-color: #25CEC5;
}
.TagClassName
{
border-color: #25CEC5;
}
</style>