Shades of Medium Turquoise #25C9CC
Tints of Medium Turquoise #25C9CC
RGB
CMYK
RGB Variations
Color information
#25C9CC (or 0x25C9CC) is known color: Medium Turquoise. HEX triplet: 25, C9 and CC. RGB value is (37,201,204). Sum of RGB (Red+Green+Blue) = 37+201+204=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #25C9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C9CC is #DA3633. Grayscale: #989898. Windows color (decimal): -14300724 or 13420837. OLE color: 13420837.
HSL color Cylindrical-coordinate representation of color #25C9CC: hue angle of 181.08º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25C9CC is Cyan = 0.82, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 201 | 204 | - |
| CMYK | 0.82 | 0.01 | 0 | 0.2 |
| HSL | 181.08º | 0.69% | 0.47% | - |
| HSV(B) | 181.08º | 0.82% | 0.8% | - |
| XYZ | 32.55 | 46.53 | 64.39 | - |
| YUV | 152.31 | 157.17 | 45.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 201 | 204 | 0.82 | 0.01 | 0 | 0.2 | 181.08 | 0.69 | 0.47 |
| Hex | 25 | C9 | CC | 52 | 1 | 0 | 14 | B5 | 45 | 2F |
| Octal | 45 | 311 | 314 | 122 | 1 | 0 | 24 | 265 | 105 | 57 |
| Binary | 100101 | 11001001 | 11001100 | 1010010 | 1 | 0 | 10100 | 10110101 | 1000101 | 101111 |
Color Harmonies of #25C9CC
Complementary color
Monochromatic Colors of #25C9CC
Black with #25C9CC
Text Example
Text Example
White with #25C9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C9CC; }
p { color: rgb(37,201,204); }
H1.HeaderClassName
{
color: #25C9CC;
}
.AnyTagClassName
{
color: #25C9CC;
}
</style>
background-color css
<style>
a { background-color: #25C9CC; }
a { background-color: rgb(37,201,204); }
div.DivClassName
{
background-color: #25C9CC;
}
.BgClassName
{
background-color: #25C9CC;
}
</style>
border-color css
<style>
span { border-color: #25C9CC; }
span { border-color: rgb(37,201,204); }
td.TdClassName
{
border-color: #25C9CC;
}
.TagClassName
{
border-color: #25C9CC;
}
</style>