Shades of Turquoise #25FABC
Tints of Turquoise #25FABC
RGB
CMYK
RGB Variations
Color information
#25FABC (or 0x25FABC) is known color: Turquoise. HEX triplet: 25, FA and BC. RGB value is (37,250,188). Sum of RGB (Red+Green+Blue) = 37+250+188=475 (62% of max value = 765). Red value is 37 (14.84% from 255 or 7.79% from 475); Green value is 250 (98.05% from 255 or 52.63% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 250 - color contains mainly: green. Hex color #25FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FABC is #DA0543. Grayscale: #B3B3B3. Windows color (decimal): -14288196 or 12384805. OLE color: 12384805.
HSL color Cylindrical-coordinate representation of color #25FABC: hue angle of 162.54º 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 #25FABC is Cyan = 0.85, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 250 | 188 | - |
| CMYK | 0.85 | 0 | 0.25 | 0.02 |
| HSL | 162.54º | 0.96% | 0.56% | - |
| HSV(B) | 162.54º | 0.85% | 0.98% | - |
| XYZ | 44.03 | 72.4 | 59.23 | - |
| YUV | 179.25 | 132.93 | 26.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 250 | 188 | 0.85 | 0 | 0.25 | 0.02 | 162.54 | 0.96 | 0.56 |
| Hex | 25 | FA | BC | 55 | 0 | 19 | 2 | A3 | 60 | 38 |
| Octal | 45 | 372 | 274 | 125 | 0 | 31 | 2 | 243 | 140 | 70 |
| Binary | 100101 | 11111010 | 10111100 | 1010101 | 0 | 11001 | 10 | 10100011 | 1100000 | 111000 |
Color Harmonies of #25FABC
Complementary color
Monochromatic Colors of #25FABC
Black with #25FABC
Text Example
Text Example
White with #25FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FABC; }
p { color: rgb(37,250,188); }
H1.HeaderClassName
{
color: #25FABC;
}
.AnyTagClassName
{
color: #25FABC;
}
</style>
background-color css
<style>
a { background-color: #25FABC; }
a { background-color: rgb(37,250,188); }
div.DivClassName
{
background-color: #25FABC;
}
.BgClassName
{
background-color: #25FABC;
}
</style>
border-color css
<style>
span { border-color: #25FABC; }
span { border-color: rgb(37,250,188); }
td.TdClassName
{
border-color: #25FABC;
}
.TagClassName
{
border-color: #25FABC;
}
</style>