Shades of Turquoise #25F5CE
Tints of Turquoise #25F5CE
RGB
CMYK
RGB Variations
Color information
#25F5CE (or 0x25F5CE) is known color: Turquoise. HEX triplet: 25, F5 and CE. RGB value is (37,245,206). Sum of RGB (Red+Green+Blue) = 37+245+206=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #25F5CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F5CE is #DA0A31. Grayscale: #B2B2B2. Windows color (decimal): -14289458 or 13563173. OLE color: 13563173.
HSL color Cylindrical-coordinate representation of color #25F5CE: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F5CE is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 245 | 206 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.04 |
| HSL | 168.75º | 0.91% | 0.55% | - |
| HSV(B) | 168.75º | 0.85% | 0.96% | - |
| XYZ | 44.56 | 70.15 | 69.59 | - |
| YUV | 178.36 | 143.59 | 27.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 245 | 206 | 0.85 | 0 | 0.16 | 0.04 | 168.75 | 0.91 | 0.55 |
| Hex | 25 | F5 | CE | 55 | 0 | 10 | 4 | A9 | 5B | 37 |
| Octal | 45 | 365 | 316 | 125 | 0 | 20 | 4 | 251 | 133 | 67 |
| Binary | 100101 | 11110101 | 11001110 | 1010101 | 0 | 10000 | 100 | 10101001 | 1011011 | 110111 |
Color Harmonies of #25F5CE
Complementary color
Monochromatic Colors of #25F5CE
Black with #25F5CE
Text Example
Text Example
White with #25F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F5CE; }
p { color: rgb(37,245,206); }
H1.HeaderClassName
{
color: #25F5CE;
}
.AnyTagClassName
{
color: #25F5CE;
}
</style>
background-color css
<style>
a { background-color: #25F5CE; }
a { background-color: rgb(37,245,206); }
div.DivClassName
{
background-color: #25F5CE;
}
.BgClassName
{
background-color: #25F5CE;
}
</style>
border-color css
<style>
span { border-color: #25F5CE; }
span { border-color: rgb(37,245,206); }
td.TdClassName
{
border-color: #25F5CE;
}
.TagClassName
{
border-color: #25F5CE;
}
</style>