Shades of Bright Turquoise #25F1E2
Tints of Bright Turquoise #25F1E2
RGB
CMYK
RGB Variations
Color information
#25F1E2 (or 0x25F1E2) is known color: Bright Turquoise. HEX triplet: 25, F1 and E2. RGB value is (37,241,226). Sum of RGB (Red+Green+Blue) = 37+241+226=504 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.34% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 226 (88.67% from 255 or 44.84% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1E2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1E2 is #DA0E1D. Grayscale: #B2B2B2. Windows color (decimal): -14290462 or 14872869. OLE color: 14872869.
HSL color Cylindrical-coordinate representation of color #25F1E2: hue angle of 175.59º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F1E2 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 241 | 226 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.05 |
| HSL | 175.59º | 0.88% | 0.55% | - |
| HSV(B) | 175.59º | 0.85% | 0.95% | - |
| XYZ | 45.95 | 68.79 | 82.81 | - |
| YUV | 178.29 | 154.91 | 27.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 241 | 226 | 0.85 | 0 | 0.06 | 0.05 | 175.59 | 0.88 | 0.55 |
| Hex | 25 | F1 | E2 | 55 | 0 | 6 | 5 | B0 | 58 | 37 |
| Octal | 45 | 361 | 342 | 125 | 0 | 6 | 5 | 260 | 130 | 67 |
| Binary | 100101 | 11110001 | 11100010 | 1010101 | 0 | 110 | 101 | 10110000 | 1011000 | 110111 |
Color Harmonies of #25F1E2
Complementary color
Monochromatic Colors of #25F1E2
Black with #25F1E2
Text Example
Text Example
White with #25F1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F1E2; }
p { color: rgb(37,241,226); }
H1.HeaderClassName
{
color: #25F1E2;
}
.AnyTagClassName
{
color: #25F1E2;
}
</style>
background-color css
<style>
a { background-color: #25F1E2; }
a { background-color: rgb(37,241,226); }
div.DivClassName
{
background-color: #25F1E2;
}
.BgClassName
{
background-color: #25F1E2;
}
</style>
border-color css
<style>
span { border-color: #25F1E2; }
span { border-color: rgb(37,241,226); }
td.TdClassName
{
border-color: #25F1E2;
}
.TagClassName
{
border-color: #25F1E2;
}
</style>