Shades of Turquoise #25FAC8
Tints of Turquoise #25FAC8
RGB
CMYK
RGB Variations
Color information
#25FAC8 (or 0x25FAC8) is known color: Turquoise. HEX triplet: 25, FA and C8. RGB value is (37,250,200). Sum of RGB (Red+Green+Blue) = 37+250+200=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 250 (98.05% from 255 or 51.33% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 250 - color contains mainly: green. Hex color #25FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FAC8 is #DA0537. Grayscale: #B4B4B4. Windows color (decimal): -14288184 or 13171237. OLE color: 13171237.
HSL color Cylindrical-coordinate representation of color #25FAC8: hue angle of 165.92º 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 #25FAC8 is Cyan = 0.85, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 200 | - |
| CMYK | 0.85 | 0 | 0.2 | 0.02 |
| HSL | 165.92º | 0.96% | 0.56% | - |
| HSV(B) | 165.92º | 0.85% | 0.98% | - |
| XYZ | 45.37 | 72.93 | 66.33 | - |
| YUV | 180.61 | 138.93 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 200 | 0.85 | 0 | 0.2 | 0.02 | 165.92 | 0.96 | 0.56 |
| Hex | 25 | FA | C8 | 55 | 0 | 14 | 2 | A6 | 60 | 38 |
| Octal | 45 | 372 | 310 | 125 | 0 | 24 | 2 | 246 | 140 | 70 |
| Binary | 100101 | 11111010 | 11001000 | 1010101 | 0 | 10100 | 10 | 10100110 | 1100000 | 111000 |
Color Harmonies of #25FAC8
Complementary color
Monochromatic Colors of #25FAC8
Black with #25FAC8
Text Example
Text Example
White with #25FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FAC8; }
p { color: rgb(37,250,200); }
H1.HeaderClassName
{
color: #25FAC8;
}
.AnyTagClassName
{
color: #25FAC8;
}
</style>
background-color css
<style>
a { background-color: #25FAC8; }
a { background-color: rgb(37,250,200); }
div.DivClassName
{
background-color: #25FAC8;
}
.BgClassName
{
background-color: #25FAC8;
}
</style>
border-color css
<style>
span { border-color: #25FAC8; }
span { border-color: rgb(37,250,200); }
td.TdClassName
{
border-color: #25FAC8;
}
.TagClassName
{
border-color: #25FAC8;
}
</style>