Shades of Turquoise #25E6BC
Tints of Turquoise #25E6BC
RGB
CMYK
RGB Variations
Color information
#25E6BC (or 0x25E6BC) is known color: Turquoise. HEX triplet: 25, E6 and BC. RGB value is (37,230,188). Sum of RGB (Red+Green+Blue) = 37+230+188=455 (60% of max value = 765). Red value is 37 (14.84% from 255 or 8.13% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #25E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E6BC is #DA1943. Grayscale: #A7A7A7. Windows color (decimal): -14293316 or 12379685. OLE color: 12379685.
HSL color Cylindrical-coordinate representation of color #25E6BC: hue angle of 166.94º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E6BC is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 230 | 188 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.10 |
| HSL | 166.94º | 0.79% | 0.52% | - |
| HSV(B) | 166.94º | 0.84% | 0.9% | - |
| XYZ | 38.14 | 60.62 | 57.27 | - |
| YUV | 167.51 | 139.56 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 188 | 0.84 | 0 | 0.18 | 0.10 | 166.94 | 0.79 | 0.52 |
| Hex | 25 | E6 | BC | 54 | 0 | 12 | A | A7 | 4F | 34 |
| Octal | 45 | 346 | 274 | 124 | 0 | 22 | 12 | 247 | 117 | 64 |
| Binary | 100101 | 11100110 | 10111100 | 1010100 | 0 | 10010 | 1010 | 10100111 | 1001111 | 110100 |
Color Harmonies of #25E6BC
Complementary color
Monochromatic Colors of #25E6BC
Black with #25E6BC
Text Example
Text Example
White with #25E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E6BC; }
p { color: rgb(37,230,188); }
H1.HeaderClassName
{
color: #25E6BC;
}
.AnyTagClassName
{
color: #25E6BC;
}
</style>
background-color css
<style>
a { background-color: #25E6BC; }
a { background-color: rgb(37,230,188); }
div.DivClassName
{
background-color: #25E6BC;
}
.BgClassName
{
background-color: #25E6BC;
}
</style>
border-color css
<style>
span { border-color: #25E6BC; }
span { border-color: rgb(37,230,188); }
td.TdClassName
{
border-color: #25E6BC;
}
.TagClassName
{
border-color: #25E6BC;
}
</style>