Shades of Bright Turquoise #25EFE6
Tints of Bright Turquoise #25EFE6
RGB
CMYK
RGB Variations
Color information
#25EFE6 (or 0x25EFE6) is known color: Bright Turquoise. HEX triplet: 25, EF and E6. RGB value is (37,239,230). Sum of RGB (Red+Green+Blue) = 37+239+230=506 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.31% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #25EFE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EFE6 is #DA1019. Grayscale: #B1B1B1. Windows color (decimal): -14290970 or 15134501. OLE color: 15134501.
HSL color Cylindrical-coordinate representation of color #25EFE6: hue angle of 177.33º 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 #25EFE6 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 230 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.06 |
| HSL | 177.33º | 0.86% | 0.54% | - |
| HSV(B) | 177.33º | 0.85% | 0.94% | - |
| XYZ | 45.91 | 67.84 | 85.54 | - |
| YUV | 177.58 | 157.58 | 27.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 230 | 0.85 | 0 | 0.04 | 0.06 | 177.33 | 0.86 | 0.54 |
| Hex | 25 | EF | E6 | 55 | 0 | 4 | 6 | B1 | 56 | 36 |
| Octal | 45 | 357 | 346 | 125 | 0 | 4 | 6 | 261 | 126 | 66 |
| Binary | 100101 | 11101111 | 11100110 | 1010101 | 0 | 100 | 110 | 10110001 | 1010110 | 110110 |
Color Harmonies of #25EFE6
Complementary color
Monochromatic Colors of #25EFE6
Black with #25EFE6
Text Example
Text Example
White with #25EFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EFE6; }
p { color: rgb(37,239,230); }
H1.HeaderClassName
{
color: #25EFE6;
}
.AnyTagClassName
{
color: #25EFE6;
}
</style>
background-color css
<style>
a { background-color: #25EFE6; }
a { background-color: rgb(37,239,230); }
div.DivClassName
{
background-color: #25EFE6;
}
.BgClassName
{
background-color: #25EFE6;
}
</style>
border-color css
<style>
span { border-color: #25EFE6; }
span { border-color: rgb(37,239,230); }
td.TdClassName
{
border-color: #25EFE6;
}
.TagClassName
{
border-color: #25EFE6;
}
</style>