Shades of Bright Turquoise #25E6DC
Tints of Bright Turquoise #25E6DC
RGB
CMYK
RGB Variations
Color information
#25E6DC (or 0x25E6DC) is known color: Bright Turquoise. HEX triplet: 25, E6 and DC. RGB value is (37,230,220). Sum of RGB (Red+Green+Blue) = 37+230+220=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 230 - color contains mainly: green. Hex color #25E6DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E6DC is #DA1923. Grayscale: #AAAAAA. Windows color (decimal): -14293284 or 14476837. OLE color: 14476837.
HSL color Cylindrical-coordinate representation of color #25E6DC: hue angle of 176.89º 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 #25E6DC is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 230 | 220 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.10 |
| HSL | 176.89º | 0.79% | 0.52% | - |
| HSV(B) | 176.89º | 0.84% | 0.9% | - |
| XYZ | 41.98 | 62.15 | 77.49 | - |
| YUV | 171.15 | 155.56 | 32.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 230 | 220 | 0.84 | 0 | 0.04 | 0.10 | 176.89 | 0.79 | 0.52 |
| Hex | 25 | E6 | DC | 54 | 0 | 4 | A | B1 | 4F | 34 |
| Octal | 45 | 346 | 334 | 124 | 0 | 4 | 12 | 261 | 117 | 64 |
| Binary | 100101 | 11100110 | 11011100 | 1010100 | 0 | 100 | 1010 | 10110001 | 1001111 | 110100 |
Color Harmonies of #25E6DC
Complementary color
Monochromatic Colors of #25E6DC
Black with #25E6DC
Text Example
Text Example
White with #25E6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E6DC; }
p { color: rgb(37,230,220); }
H1.HeaderClassName
{
color: #25E6DC;
}
.AnyTagClassName
{
color: #25E6DC;
}
</style>
background-color css
<style>
a { background-color: #25E6DC; }
a { background-color: rgb(37,230,220); }
div.DivClassName
{
background-color: #25E6DC;
}
.BgClassName
{
background-color: #25E6DC;
}
</style>
border-color css
<style>
span { border-color: #25E6DC; }
span { border-color: rgb(37,230,220); }
td.TdClassName
{
border-color: #25E6DC;
}
.TagClassName
{
border-color: #25E6DC;
}
</style>