Shades of Turquoise #25FCCC
Tints of Turquoise #25FCCC
RGB
CMYK
RGB Variations
Color information
#25FCCC (or 0x25FCCC) is known color: Turquoise. HEX triplet: 25, FC and CC. RGB value is (37,252,204). Sum of RGB (Red+Green+Blue) = 37+252+204=493 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.51% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCCC is #DA0333. Grayscale: #B6B6B6. Windows color (decimal): -14287668 or 13433893. OLE color: 13433893.
HSL color Cylindrical-coordinate representation of color #25FCCC: hue angle of 166.6º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FCCC is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 204 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.6º | 0.97% | 0.57% | - |
| HSV(B) | 166.6º | 0.85% | 0.99% | - |
| XYZ | 46.47 | 74.37 | 69.03 | - |
| YUV | 182.24 | 140.27 | 24.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 204 | 0.85 | 0 | 0.19 | 0.01 | 166.6 | 0.97 | 0.57 |
| Hex | 25 | FC | CC | 55 | 0 | 13 | 1 | A7 | 61 | 39 |
| Octal | 45 | 374 | 314 | 125 | 0 | 23 | 1 | 247 | 141 | 71 |
| Binary | 100101 | 11111100 | 11001100 | 1010101 | 0 | 10011 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #25FCCC
Complementary color
Monochromatic Colors of #25FCCC
Black with #25FCCC
Text Example
Text Example
White with #25FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCCC; }
p { color: rgb(37,252,204); }
H1.HeaderClassName
{
color: #25FCCC;
}
.AnyTagClassName
{
color: #25FCCC;
}
</style>
background-color css
<style>
a { background-color: #25FCCC; }
a { background-color: rgb(37,252,204); }
div.DivClassName
{
background-color: #25FCCC;
}
.BgClassName
{
background-color: #25FCCC;
}
</style>
border-color css
<style>
span { border-color: #25FCCC; }
span { border-color: rgb(37,252,204); }
td.TdClassName
{
border-color: #25FCCC;
}
.TagClassName
{
border-color: #25FCCC;
}
</style>