Shades of Turquoise #25FACC
Tints of Turquoise #25FACC
RGB
CMYK
RGB Variations
Color information
#25FACC (or 0x25FACC) is known color: Turquoise. HEX triplet: 25, FA and CC. RGB value is (37,250,204). Sum of RGB (Red+Green+Blue) = 37+250+204=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #25FACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FACC is #DA0533. Grayscale: #B5B5B5. Windows color (decimal): -14288180 or 13433381. OLE color: 13433381.
HSL color Cylindrical-coordinate representation of color #25FACC: hue angle of 167.04º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FACC is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 204 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.02 |
| HSL | 167.04º | 0.96% | 0.56% | - |
| HSV(B) | 167.04º | 0.85% | 0.98% | - |
| XYZ | 45.85 | 73.12 | 68.82 | - |
| YUV | 181.07 | 140.93 | 25.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 204 | 0.85 | 0 | 0.18 | 0.02 | 167.04 | 0.96 | 0.56 |
| Hex | 25 | FA | CC | 55 | 0 | 12 | 2 | A7 | 60 | 38 |
| Octal | 45 | 372 | 314 | 125 | 0 | 22 | 2 | 247 | 140 | 70 |
| Binary | 100101 | 11111010 | 11001100 | 1010101 | 0 | 10010 | 10 | 10100111 | 1100000 | 111000 |
Color Harmonies of #25FACC
Complementary color
Monochromatic Colors of #25FACC
Black with #25FACC
Text Example
Text Example
White with #25FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FACC; }
p { color: rgb(37,250,204); }
H1.HeaderClassName
{
color: #25FACC;
}
.AnyTagClassName
{
color: #25FACC;
}
</style>
background-color css
<style>
a { background-color: #25FACC; }
a { background-color: rgb(37,250,204); }
div.DivClassName
{
background-color: #25FACC;
}
.BgClassName
{
background-color: #25FACC;
}
</style>
border-color css
<style>
span { border-color: #25FACC; }
span { border-color: rgb(37,250,204); }
td.TdClassName
{
border-color: #25FACC;
}
.TagClassName
{
border-color: #25FACC;
}
</style>