Shades of Bright Turquoise #25F2F0
Tints of Bright Turquoise #25F2F0
RGB
CMYK
RGB Variations
Color information
#25F2F0 (or 0x25F2F0) is known color: Bright Turquoise. HEX triplet: 25, F2 and F0. RGB value is (37,242,240). Sum of RGB (Red+Green+Blue) = 37+242+240=519 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.13% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #25F2F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F2F0 is #DA0D0F. Grayscale: #B4B4B4. Windows color (decimal): -14290192 or 15790629. OLE color: 15790629.
HSL color Cylindrical-coordinate representation of color #25F2F0: hue angle of 179.41º degrees, saturation: 0.89, 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 #25F2F0 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 242 | 240 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.05 |
| HSL | 179.41º | 0.89% | 0.55% | - |
| HSV(B) | 179.41º | 0.85% | 0.95% | - |
| XYZ | 48.24 | 70.19 | 93.44 | - |
| YUV | 180.48 | 161.58 | 25.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 242 | 240 | 0.85 | 0 | 0.01 | 0.05 | 179.41 | 0.89 | 0.55 |
| Hex | 25 | F2 | F0 | 55 | 0 | 1 | 5 | B3 | 59 | 37 |
| Octal | 45 | 362 | 360 | 125 | 0 | 1 | 5 | 263 | 131 | 67 |
| Binary | 100101 | 11110010 | 11110000 | 1010101 | 0 | 1 | 101 | 10110011 | 1011001 | 110111 |
Color Harmonies of #25F2F0
Complementary color
Monochromatic Colors of #25F2F0
Black with #25F2F0
Text Example
Text Example
White with #25F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F2F0; }
p { color: rgb(37,242,240); }
H1.HeaderClassName
{
color: #25F2F0;
}
.AnyTagClassName
{
color: #25F2F0;
}
</style>
background-color css
<style>
a { background-color: #25F2F0; }
a { background-color: rgb(37,242,240); }
div.DivClassName
{
background-color: #25F2F0;
}
.BgClassName
{
background-color: #25F2F0;
}
</style>
border-color css
<style>
span { border-color: #25F2F0; }
span { border-color: rgb(37,242,240); }
td.TdClassName
{
border-color: #25F2F0;
}
.TagClassName
{
border-color: #25F2F0;
}
</style>