Shades of Bright Turquoise #25EFF3
Tints of Bright Turquoise #25EFF3
RGB
CMYK
RGB Variations
Color information
#25EFF3 (or 0x25EFF3) is known color: Bright Turquoise. HEX triplet: 25, EF and F3. RGB value is (37,239,243). Sum of RGB (Red+Green+Blue) = 37+239+243=519 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.13% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #25EFF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFF3 is #DA100C. Grayscale: #B2B2B2. Windows color (decimal): -14290957 or 15986469. OLE color: 15986469.
HSL color Cylindrical-coordinate representation of color #25EFF3: hue angle of 181.17º 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 #25EFF3 is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 37 | 239 | 243 | - |
| CMYK | 0.85 | 0.02 | 0 | 0.05 |
| HSL | 181.17º | 0.9% | 0.55% | - |
| HSV(B) | 181.17º | 0.85% | 0.95% | - |
| XYZ | 47.81 | 68.6 | 95.51 | - |
| YUV | 179.06 | 164.08 | 26.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 243 | 0.85 | 0.02 | 0 | 0.05 | 181.17 | 0.9 | 0.55 |
| Hex | 25 | EF | F3 | 55 | 2 | 0 | 5 | B5 | 5A | 37 |
| Octal | 45 | 357 | 363 | 125 | 2 | 0 | 5 | 265 | 132 | 67 |
| Binary | 100101 | 11101111 | 11110011 | 1010101 | 10 | 0 | 101 | 10110101 | 1011010 | 110111 |
Color Harmonies of #25EFF3
Complementary color
Monochromatic Colors of #25EFF3
Black with #25EFF3
Text Example
Text Example
White with #25EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFF3; }
p { color: rgb(37,239,243); }
H1.HeaderClassName
{
color: #25EFF3;
}
.AnyTagClassName
{
color: #25EFF3;
}
</style>
background-color css
<style>
a { background-color: #25EFF3; }
a { background-color: rgb(37,239,243); }
div.DivClassName
{
background-color: #25EFF3;
}
.BgClassName
{
background-color: #25EFF3;
}
</style>
border-color css
<style>
span { border-color: #25EFF3; }
span { border-color: rgb(37,239,243); }
td.TdClassName
{
border-color: #25EFF3;
}
.TagClassName
{
border-color: #25EFF3;
}
</style>