Shades of Medium Turquoise #25C8CD
Tints of Medium Turquoise #25C8CD
RGB
CMYK
RGB Variations
Color information
#25C8CD (or 0x25C8CD) is known color: Medium Turquoise. HEX triplet: 25, C8 and CD. RGB value is (37,200,205). Sum of RGB (Red+Green+Blue) = 37+200+205=442 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.37% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #25C8CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C8CD is #DA3732. Grayscale: #979797. Windows color (decimal): -14300979 or 13486117. OLE color: 13486117.
HSL color Cylindrical-coordinate representation of color #25C8CD: hue angle of 181.79º 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 #25C8CD is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 37 | 200 | 205 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.20 |
| HSL | 181.79º | 0.69% | 0.47% | - |
| HSV(B) | 181.79º | 0.82% | 0.8% | - |
| XYZ | 32.44 | 46.11 | 64.95 | - |
| YUV | 151.83 | 158 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 205 | 0.82 | 0.02 | 0 | 0.20 | 181.79 | 0.69 | 0.47 |
| Hex | 25 | C8 | CD | 52 | 2 | 0 | 14 | B6 | 45 | 2F |
| Octal | 45 | 310 | 315 | 122 | 2 | 0 | 24 | 266 | 105 | 57 |
| Binary | 100101 | 11001000 | 11001101 | 1010010 | 10 | 0 | 10100 | 10110110 | 1000101 | 101111 |
Color Harmonies of #25C8CD
Complementary color
Monochromatic Colors of #25C8CD
Black with #25C8CD
Text Example
Text Example
White with #25C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C8CD; }
p { color: rgb(37,200,205); }
H1.HeaderClassName
{
color: #25C8CD;
}
.AnyTagClassName
{
color: #25C8CD;
}
</style>
background-color css
<style>
a { background-color: #25C8CD; }
a { background-color: rgb(37,200,205); }
div.DivClassName
{
background-color: #25C8CD;
}
.BgClassName
{
background-color: #25C8CD;
}
</style>
border-color css
<style>
span { border-color: #25C8CD; }
span { border-color: rgb(37,200,205); }
td.TdClassName
{
border-color: #25C8CD;
}
.TagClassName
{
border-color: #25C8CD;
}
</style>