Shades of Bright Turquoise #25FFDD
Tints of Bright Turquoise #25FFDD
RGB
CMYK
RGB Variations
Color information
#25FFDD (or 0x25FFDD) is known color: Bright Turquoise. HEX triplet: 25, FF and DD. RGB value is (37,255,221). Sum of RGB (Red+Green+Blue) = 37+255+221=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 255 (100% from 255 or 49.71% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 255 - color contains mainly: green. Hex color #25FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FFDD is #DA0022. Grayscale: #B9B9B9. Windows color (decimal): -14286883 or 14548773. OLE color: 14548773.
HSL color Cylindrical-coordinate representation of color #25FFDD: hue angle of 170.64º 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 #25FFDD is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 255 | 221 | - |
| CMYK | 0.85 | 0 | 0.13 | 0 |
| HSL | 170.64º | 1% | 0.57% | - |
| HSV(B) | 170.64º | 0.85% | 1% | - |
| XYZ | 49.57 | 77.13 | 80.68 | - |
| YUV | 185.94 | 147.78 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 255 | 221 | 0.85 | 0 | 0.13 | 0 | 170.64 | 1 | 0.57 |
| Hex | 25 | FF | DD | 55 | 0 | D | 0 | AB | 64 | 39 |
| Octal | 45 | 377 | 335 | 125 | 0 | 15 | 0 | 253 | 144 | 71 |
| Binary | 100101 | 11111111 | 11011101 | 1010101 | 0 | 1101 | 0 | 10101011 | 1100100 | 111001 |
Color Harmonies of #25FFDD
Complementary color
Monochromatic Colors of #25FFDD
Black with #25FFDD
Text Example
Text Example
White with #25FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FFDD; }
p { color: rgb(37,255,221); }
H1.HeaderClassName
{
color: #25FFDD;
}
.AnyTagClassName
{
color: #25FFDD;
}
</style>
background-color css
<style>
a { background-color: #25FFDD; }
a { background-color: rgb(37,255,221); }
div.DivClassName
{
background-color: #25FFDD;
}
.BgClassName
{
background-color: #25FFDD;
}
</style>
border-color css
<style>
span { border-color: #25FFDD; }
span { border-color: rgb(37,255,221); }
td.TdClassName
{
border-color: #25FFDD;
}
.TagClassName
{
border-color: #25FFDD;
}
</style>