Shades of Turquoise #25CCD5
Tints of Turquoise #25CCD5
RGB
CMYK
RGB Variations
Color information
#25CCD5 (or 0x25CCD5) is known color: Turquoise. HEX triplet: 25, CC and D5. RGB value is (37,204,213). Sum of RGB (Red+Green+Blue) = 37+204+213=454 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.15% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #25CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCD5 is #DA332A. Grayscale: #9A9A9A. Windows color (decimal): -14299947 or 14011429. OLE color: 14011429.
HSL color Cylindrical-coordinate representation of color #25CCD5: hue angle of 183.07º 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 #25CCD5 is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 204 | 213 | - |
| CMYK | 0.83 | 0.04 | 0 | 0.16 |
| HSL | 183.07º | 0.7% | 0.49% | - |
| HSV(B) | 183.07º | 0.83% | 0.84% | - |
| XYZ | 34.37 | 48.38 | 70.48 | - |
| YUV | 155.09 | 160.67 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 213 | 0.83 | 0.04 | 0 | 0.16 | 183.07 | 0.7 | 0.49 |
| Hex | 25 | CC | D5 | 53 | 4 | 0 | 10 | B7 | 46 | 31 |
| Octal | 45 | 314 | 325 | 123 | 4 | 0 | 20 | 267 | 106 | 61 |
| Binary | 100101 | 11001100 | 11010101 | 1010011 | 100 | 0 | 10000 | 10110111 | 1000110 | 110001 |
Color Harmonies of #25CCD5
Complementary color
Monochromatic Colors of #25CCD5
Black with #25CCD5
Text Example
Text Example
White with #25CCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCD5; }
p { color: rgb(37,204,213); }
H1.HeaderClassName
{
color: #25CCD5;
}
.AnyTagClassName
{
color: #25CCD5;
}
</style>
background-color css
<style>
a { background-color: #25CCD5; }
a { background-color: rgb(37,204,213); }
div.DivClassName
{
background-color: #25CCD5;
}
.BgClassName
{
background-color: #25CCD5;
}
</style>
border-color css
<style>
span { border-color: #25CCD5; }
span { border-color: rgb(37,204,213); }
td.TdClassName
{
border-color: #25CCD5;
}
.TagClassName
{
border-color: #25CCD5;
}
</style>