Shades of Turquoise #25EFC0
Tints of Turquoise #25EFC0
RGB
CMYK
RGB Variations
Color information
#25EFC0 (or 0x25EFC0) is known color: Turquoise. HEX triplet: 25, EF and C0. RGB value is (37,239,192). Sum of RGB (Red+Green+Blue) = 37+239+192=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 239 (93.75% from 255 or 51.07% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EFC0 is #DA103F. Grayscale: #ADADAD. Windows color (decimal): -14291008 or 12644133. OLE color: 12644133.
HSL color Cylindrical-coordinate representation of color #25EFC0: hue angle of 166.04º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFC0 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 192 | - |
| CMYK | 0.85 | 0 | 0.20 | 0.06 |
| HSL | 166.04º | 0.86% | 0.54% | - |
| HSV(B) | 166.04º | 0.85% | 0.94% | - |
| XYZ | 41.14 | 65.93 | 60.43 | - |
| YUV | 173.24 | 138.58 | 30.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 192 | 0.85 | 0 | 0.20 | 0.06 | 166.04 | 0.86 | 0.54 |
| Hex | 25 | EF | C0 | 55 | 0 | 14 | 6 | A6 | 56 | 36 |
| Octal | 45 | 357 | 300 | 125 | 0 | 24 | 6 | 246 | 126 | 66 |
| Binary | 100101 | 11101111 | 11000000 | 1010101 | 0 | 10100 | 110 | 10100110 | 1010110 | 110110 |
Color Harmonies of #25EFC0
Complementary color
Monochromatic Colors of #25EFC0
Black with #25EFC0
Text Example
Text Example
White with #25EFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFC0; }
p { color: rgb(37,239,192); }
H1.HeaderClassName
{
color: #25EFC0;
}
.AnyTagClassName
{
color: #25EFC0;
}
</style>
background-color css
<style>
a { background-color: #25EFC0; }
a { background-color: rgb(37,239,192); }
div.DivClassName
{
background-color: #25EFC0;
}
.BgClassName
{
background-color: #25EFC0;
}
</style>
border-color css
<style>
span { border-color: #25EFC0; }
span { border-color: rgb(37,239,192); }
td.TdClassName
{
border-color: #25EFC0;
}
.TagClassName
{
border-color: #25EFC0;
}
</style>