Shades of Bright Turquoise #25FFDC
Tints of Bright Turquoise #25FFDC
RGB
CMYK
RGB Variations
Color information
#25FFDC (or 0x25FFDC) is known color: Bright Turquoise. HEX triplet: 25, FF and DC. RGB value is (37,255,220). Sum of RGB (Red+Green+Blue) = 37+255+220=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFDC is #DA0023. Grayscale: #B9B9B9. Windows color (decimal): -14286884 or 14483237. OLE color: 14483237.
HSL color Cylindrical-coordinate representation of color #25FFDC: hue angle of 170.37º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25FFDC is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 220 | - |
| CMYK | 0.85 | 0 | 0.14 | 0 |
| HSL | 170.37º | 1% | 0.57% | - |
| HSV(B) | 170.37º | 0.85% | 1% | - |
| XYZ | 49.44 | 77.08 | 79.98 | - |
| YUV | 185.83 | 147.28 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 220 | 0.85 | 0 | 0.14 | 0 | 170.37 | 1 | 0.57 |
| Hex | 25 | FF | DC | 55 | 0 | E | 0 | AA | 64 | 39 |
| Octal | 45 | 377 | 334 | 125 | 0 | 16 | 0 | 252 | 144 | 71 |
| Binary | 100101 | 11111111 | 11011100 | 1010101 | 0 | 1110 | 0 | 10101010 | 1100100 | 111001 |
Color Harmonies of #25FFDC
Complementary color
Monochromatic Colors of #25FFDC
Black with #25FFDC
Text Example
Text Example
White with #25FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFDC; }
p { color: rgb(37,255,220); }
H1.HeaderClassName
{
color: #25FFDC;
}
.AnyTagClassName
{
color: #25FFDC;
}
</style>
background-color css
<style>
a { background-color: #25FFDC; }
a { background-color: rgb(37,255,220); }
div.DivClassName
{
background-color: #25FFDC;
}
.BgClassName
{
background-color: #25FFDC;
}
</style>
border-color css
<style>
span { border-color: #25FFDC; }
span { border-color: rgb(37,255,220); }
td.TdClassName
{
border-color: #25FFDC;
}
.TagClassName
{
border-color: #25FFDC;
}
</style>