Shades of Bright Turquoise #25FCE2
Tints of Bright Turquoise #25FCE2
RGB
CMYK
RGB Variations
Color information
#25FCE2 (or 0x25FCE2) is known color: Bright Turquoise. HEX triplet: 25, FC and E2. RGB value is (37,252,226). Sum of RGB (Red+Green+Blue) = 37+252+226=515 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.18% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FCE2 is #DA031D. Grayscale: #B8B8B8. Windows color (decimal): -14287646 or 14875685. OLE color: 14875685.
HSL color Cylindrical-coordinate representation of color #25FCE2: hue angle of 172.74º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FCE2 is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 226 | - |
| CMYK | 0.85 | 0 | 0.10 | 0.01 |
| HSL | 172.74º | 0.97% | 0.57% | - |
| HSV(B) | 172.74º | 0.85% | 0.99% | - |
| XYZ | 49.3 | 75.51 | 83.93 | - |
| YUV | 184.75 | 151.27 | 22.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 226 | 0.85 | 0 | 0.10 | 0.01 | 172.74 | 0.97 | 0.57 |
| Hex | 25 | FC | E2 | 55 | 0 | A | 1 | AD | 61 | 39 |
| Octal | 45 | 374 | 342 | 125 | 0 | 12 | 1 | 255 | 141 | 71 |
| Binary | 100101 | 11111100 | 11100010 | 1010101 | 0 | 1010 | 1 | 10101101 | 1100001 | 111001 |
Color Harmonies of #25FCE2
Complementary color
Monochromatic Colors of #25FCE2
Black with #25FCE2
Text Example
Text Example
White with #25FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCE2; }
p { color: rgb(37,252,226); }
H1.HeaderClassName
{
color: #25FCE2;
}
.AnyTagClassName
{
color: #25FCE2;
}
</style>
background-color css
<style>
a { background-color: #25FCE2; }
a { background-color: rgb(37,252,226); }
div.DivClassName
{
background-color: #25FCE2;
}
.BgClassName
{
background-color: #25FCE2;
}
</style>
border-color css
<style>
span { border-color: #25FCE2; }
span { border-color: rgb(37,252,226); }
td.TdClassName
{
border-color: #25FCE2;
}
.TagClassName
{
border-color: #25FCE2;
}
</style>