Shades of Turquoise #25FEC3
Tints of Turquoise #25FEC3
RGB
CMYK
RGB Variations
Color information
#25FEC3 (or 0x25FEC3) is known color: Turquoise. HEX triplet: 25, FE and C3. RGB value is (37,254,195). Sum of RGB (Red+Green+Blue) = 37+254+195=486 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.61% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #25FEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FEC3 is #DA013C. Grayscale: #B6B6B6. Windows color (decimal): -14287165 or 12844581. OLE color: 12844581.
HSL color Cylindrical-coordinate representation of color #25FEC3: hue angle of 163.69º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FEC3 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 254 | 195 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.00 |
| HSL | 163.69º | 0.99% | 0.57% | - |
| HSV(B) | 163.69º | 0.85% | 1% | - |
| XYZ | 46.06 | 75.22 | 63.72 | - |
| YUV | 182.39 | 135.11 | 24.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 254 | 195 | 0.85 | 0 | 0.23 | 0.00 | 163.69 | 0.99 | 0.57 |
| Hex | 25 | FE | C3 | 55 | 0 | 17 | 0 | A4 | 63 | 39 |
| Octal | 45 | 376 | 303 | 125 | 0 | 27 | 0 | 244 | 143 | 71 |
| Binary | 100101 | 11111110 | 11000011 | 1010101 | 0 | 10111 | 0 | 10100100 | 1100011 | 111001 |
Color Harmonies of #25FEC3
Complementary color
Monochromatic Colors of #25FEC3
Black with #25FEC3
Text Example
Text Example
White with #25FEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FEC3; }
p { color: rgb(37,254,195); }
H1.HeaderClassName
{
color: #25FEC3;
}
.AnyTagClassName
{
color: #25FEC3;
}
</style>
background-color css
<style>
a { background-color: #25FEC3; }
a { background-color: rgb(37,254,195); }
div.DivClassName
{
background-color: #25FEC3;
}
.BgClassName
{
background-color: #25FEC3;
}
</style>
border-color css
<style>
span { border-color: #25FEC3; }
span { border-color: rgb(37,254,195); }
td.TdClassName
{
border-color: #25FEC3;
}
.TagClassName
{
border-color: #25FEC3;
}
</style>