Shades of Bright Turquoise #25EFEF
Tints of Bright Turquoise #25EFEF
RGB
CMYK
RGB Variations
Color information
#25EFEF (or 0x25EFEF) is known color: Bright Turquoise. HEX triplet: 25, EF and EF. RGB value is (37,239,239). Sum of RGB (Red+Green+Blue) = 37+239+239=515 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.18% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #25EFEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFEF is #DA1010. Grayscale: #B2B2B2. Windows color (decimal): -14290961 or 15724325. OLE color: 15724325.
HSL color Cylindrical-coordinate representation of color #25EFEF: hue angle of 180º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EFEF is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 239 | - |
| CMYK | 0.85 | 0 | 0 | 0.06 |
| HSL | 180º | 0.86% | 0.54% | - |
| HSV(B) | 180º | 0.85% | 0.94% | - |
| XYZ | 47.21 | 68.36 | 92.37 | - |
| YUV | 178.6 | 162.08 | 27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 239 | 0.85 | 0 | 0 | 0.06 | 180 | 0.86 | 0.54 |
| Hex | 25 | EF | EF | 55 | 0 | 0 | 6 | B4 | 56 | 36 |
| Octal | 45 | 357 | 357 | 125 | 0 | 0 | 6 | 264 | 126 | 66 |
| Binary | 100101 | 11101111 | 11101111 | 1010101 | 0 | 0 | 110 | 10110100 | 1010110 | 110110 |
Color Harmonies of #25EFEF
Complementary color
Monochromatic Colors of #25EFEF
Black with #25EFEF
Text Example
Text Example
White with #25EFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFEF; }
p { color: rgb(37,239,239); }
H1.HeaderClassName
{
color: #25EFEF;
}
.AnyTagClassName
{
color: #25EFEF;
}
</style>
background-color css
<style>
a { background-color: #25EFEF; }
a { background-color: rgb(37,239,239); }
div.DivClassName
{
background-color: #25EFEF;
}
.BgClassName
{
background-color: #25EFEF;
}
</style>
border-color css
<style>
span { border-color: #25EFEF; }
span { border-color: rgb(37,239,239); }
td.TdClassName
{
border-color: #25EFEF;
}
.TagClassName
{
border-color: #25EFEF;
}
</style>