Shades of Turquoise #25FCCD
Tints of Turquoise #25FCCD
RGB
CMYK
RGB Variations
Color information
#25FCCD (or 0x25FCCD) is known color: Turquoise. HEX triplet: 25, FC and CD. RGB value is (37,252,205). Sum of RGB (Red+Green+Blue) = 37+252+205=494 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.49% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCCD is #DA0332. Grayscale: #B6B6B6. Windows color (decimal): -14287667 or 13499429. OLE color: 13499429.
HSL color Cylindrical-coordinate representation of color #25FCCD: hue angle of 166.88º 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 #25FCCD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 205 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.01 |
| HSL | 166.88º | 0.97% | 0.57% | - |
| HSV(B) | 166.88º | 0.85% | 0.99% | - |
| XYZ | 46.59 | 74.42 | 69.67 | - |
| YUV | 182.36 | 140.77 | 24.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 205 | 0.85 | 0 | 0.19 | 0.01 | 166.88 | 0.97 | 0.57 |
| Hex | 25 | FC | CD | 55 | 0 | 13 | 1 | A7 | 61 | 39 |
| Octal | 45 | 374 | 315 | 125 | 0 | 23 | 1 | 247 | 141 | 71 |
| Binary | 100101 | 11111100 | 11001101 | 1010101 | 0 | 10011 | 1 | 10100111 | 1100001 | 111001 |
Color Harmonies of #25FCCD
Complementary color
Monochromatic Colors of #25FCCD
Black with #25FCCD
Text Example
Text Example
White with #25FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCCD; }
p { color: rgb(37,252,205); }
H1.HeaderClassName
{
color: #25FCCD;
}
.AnyTagClassName
{
color: #25FCCD;
}
</style>
background-color css
<style>
a { background-color: #25FCCD; }
a { background-color: rgb(37,252,205); }
div.DivClassName
{
background-color: #25FCCD;
}
.BgClassName
{
background-color: #25FCCD;
}
</style>
border-color css
<style>
span { border-color: #25FCCD; }
span { border-color: rgb(37,252,205); }
td.TdClassName
{
border-color: #25FCCD;
}
.TagClassName
{
border-color: #25FCCD;
}
</style>