Shades of Bright Turquoise #25F3EC
Tints of Bright Turquoise #25F3EC
RGB
CMYK
RGB Variations
Color information
#25F3EC (or 0x25F3EC) is known color: Bright Turquoise. HEX triplet: 25, F3 and EC. RGB value is (37,243,236). Sum of RGB (Red+Green+Blue) = 37+243+236=516 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.17% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F3EC is #DA0C13. Grayscale: #B4B4B4. Windows color (decimal): -14289940 or 15528741. OLE color: 15528741.
HSL color Cylindrical-coordinate representation of color #25F3EC: hue angle of 177.96º degrees, saturation: 0.9, 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 #25F3EC is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 243 | 236 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.05 |
| HSL | 177.96º | 0.9% | 0.55% | - |
| HSV(B) | 177.96º | 0.85% | 0.95% | - |
| XYZ | 47.95 | 70.55 | 90.45 | - |
| YUV | 180.61 | 159.25 | 25.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 243 | 236 | 0.85 | 0 | 0.03 | 0.05 | 177.96 | 0.9 | 0.55 |
| Hex | 25 | F3 | EC | 55 | 0 | 3 | 5 | B2 | 5A | 37 |
| Octal | 45 | 363 | 354 | 125 | 0 | 3 | 5 | 262 | 132 | 67 |
| Binary | 100101 | 11110011 | 11101100 | 1010101 | 0 | 11 | 101 | 10110010 | 1011010 | 110111 |
Color Harmonies of #25F3EC
Complementary color
Monochromatic Colors of #25F3EC
Black with #25F3EC
Text Example
Text Example
White with #25F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F3EC; }
p { color: rgb(37,243,236); }
H1.HeaderClassName
{
color: #25F3EC;
}
.AnyTagClassName
{
color: #25F3EC;
}
</style>
background-color css
<style>
a { background-color: #25F3EC; }
a { background-color: rgb(37,243,236); }
div.DivClassName
{
background-color: #25F3EC;
}
.BgClassName
{
background-color: #25F3EC;
}
</style>
border-color css
<style>
span { border-color: #25F3EC; }
span { border-color: rgb(37,243,236); }
td.TdClassName
{
border-color: #25F3EC;
}
.TagClassName
{
border-color: #25F3EC;
}
</style>