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