Shades of Turquoise #25D5CC
Tints of Turquoise #25D5CC
RGB
CMYK
RGB Variations
Color information
#25D5CC (or 0x25D5CC) is known color: Turquoise. HEX triplet: 25, D5 and CC. RGB value is (37,213,204). Sum of RGB (Red+Green+Blue) = 37+213+204=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #25D5CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25D5CC is #DA2A33. Grayscale: #9F9F9F. Windows color (decimal): -14297652 or 13423909. OLE color: 13423909.
HSL color Cylindrical-coordinate representation of color #25D5CC: hue angle of 176.93º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D5CC is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 213 | 204 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.16 |
| HSL | 176.93º | 0.7% | 0.49% | - |
| HSV(B) | 176.93º | 0.83% | 0.84% | - |
| XYZ | 35.46 | 52.34 | 65.36 | - |
| YUV | 159.35 | 153.19 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 213 | 204 | 0.83 | 0 | 0.04 | 0.16 | 176.93 | 0.7 | 0.49 |
| Hex | 25 | D5 | CC | 53 | 0 | 4 | 10 | B1 | 46 | 31 |
| Octal | 45 | 325 | 314 | 123 | 0 | 4 | 20 | 261 | 106 | 61 |
| Binary | 100101 | 11010101 | 11001100 | 1010011 | 0 | 100 | 10000 | 10110001 | 1000110 | 110001 |
Color Harmonies of #25D5CC
Complementary color
Monochromatic Colors of #25D5CC
Black with #25D5CC
Text Example
Text Example
White with #25D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D5CC; }
p { color: rgb(37,213,204); }
H1.HeaderClassName
{
color: #25D5CC;
}
.AnyTagClassName
{
color: #25D5CC;
}
</style>
background-color css
<style>
a { background-color: #25D5CC; }
a { background-color: rgb(37,213,204); }
div.DivClassName
{
background-color: #25D5CC;
}
.BgClassName
{
background-color: #25D5CC;
}
</style>
border-color css
<style>
span { border-color: #25D5CC; }
span { border-color: rgb(37,213,204); }
td.TdClassName
{
border-color: #25D5CC;
}
.TagClassName
{
border-color: #25D5CC;
}
</style>