Shades of Turquoise #25D8CE
Tints of Turquoise #25D8CE
RGB
CMYK
RGB Variations
Color information
#25D8CE (or 0x25D8CE) is known color: Turquoise. HEX triplet: 25, D8 and CE. RGB value is (37,216,206). Sum of RGB (Red+Green+Blue) = 37+216+206=459 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.06% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #25D8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D8CE is #DA2731. Grayscale: #A1A1A1. Windows color (decimal): -14296882 or 13555749. OLE color: 13555749.
HSL color Cylindrical-coordinate representation of color #25D8CE: hue angle of 176.65º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D8CE is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 216 | 206 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.15 |
| HSL | 176.65º | 0.71% | 0.5% | - |
| HSV(B) | 176.65º | 0.83% | 0.85% | - |
| XYZ | 36.46 | 53.96 | 66.89 | - |
| YUV | 161.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 216 | 206 | 0.83 | 0 | 0.05 | 0.15 | 176.65 | 0.71 | 0.5 |
| Hex | 25 | D8 | CE | 53 | 0 | 5 | F | B1 | 47 | 32 |
| Octal | 45 | 330 | 316 | 123 | 0 | 5 | 17 | 261 | 107 | 62 |
| Binary | 100101 | 11011000 | 11001110 | 1010011 | 0 | 101 | 1111 | 10110001 | 1000111 | 110010 |
Color Harmonies of #25D8CE
Complementary color
Monochromatic Colors of #25D8CE
Black with #25D8CE
Text Example
Text Example
White with #25D8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D8CE; }
p { color: rgb(37,216,206); }
H1.HeaderClassName
{
color: #25D8CE;
}
.AnyTagClassName
{
color: #25D8CE;
}
</style>
background-color css
<style>
a { background-color: #25D8CE; }
a { background-color: rgb(37,216,206); }
div.DivClassName
{
background-color: #25D8CE;
}
.BgClassName
{
background-color: #25D8CE;
}
</style>
border-color css
<style>
span { border-color: #25D8CE; }
span { border-color: rgb(37,216,206); }
td.TdClassName
{
border-color: #25D8CE;
}
.TagClassName
{
border-color: #25D8CE;
}
</style>