Shades of Bright Turquoise #25F4DD
Tints of Bright Turquoise #25F4DD
RGB
CMYK
RGB Variations
Color information
#25F4DD (or 0x25F4DD) is known color: Bright Turquoise. HEX triplet: 25, F4 and DD. RGB value is (37,244,221). Sum of RGB (Red+Green+Blue) = 37+244+221=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4DD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4DD is #DA0B22. Grayscale: #B3B3B3. Windows color (decimal): -14289699 or 14545957. OLE color: 14545957.
HSL color Cylindrical-coordinate representation of color #25F4DD: hue angle of 173.33º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F4DD is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 244 | 221 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.04 |
| HSL | 173.33º | 0.9% | 0.55% | - |
| HSV(B) | 173.33º | 0.85% | 0.96% | - |
| XYZ | 46.16 | 70.32 | 79.55 | - |
| YUV | 179.49 | 151.42 | 26.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 244 | 221 | 0.85 | 0 | 0.09 | 0.04 | 173.33 | 0.9 | 0.55 |
| Hex | 25 | F4 | DD | 55 | 0 | 9 | 4 | AD | 5A | 37 |
| Octal | 45 | 364 | 335 | 125 | 0 | 11 | 4 | 255 | 132 | 67 |
| Binary | 100101 | 11110100 | 11011101 | 1010101 | 0 | 1001 | 100 | 10101101 | 1011010 | 110111 |
Color Harmonies of #25F4DD
Complementary color
Monochromatic Colors of #25F4DD
Black with #25F4DD
Text Example
Text Example
White with #25F4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25F4DD; }
p { color: rgb(37,244,221); }
H1.HeaderClassName
{
color: #25F4DD;
}
.AnyTagClassName
{
color: #25F4DD;
}
</style>
background-color css
<style>
a { background-color: #25F4DD; }
a { background-color: rgb(37,244,221); }
div.DivClassName
{
background-color: #25F4DD;
}
.BgClassName
{
background-color: #25F4DD;
}
</style>
border-color css
<style>
span { border-color: #25F4DD; }
span { border-color: rgb(37,244,221); }
td.TdClassName
{
border-color: #25F4DD;
}
.TagClassName
{
border-color: #25F4DD;
}
</style>