Shades of Bright Turquoise #25DDF4
Tints of Bright Turquoise #25DDF4
RGB
CMYK
RGB Variations
Color information
#25DDF4 (or 0x25DDF4) is known color: Bright Turquoise. HEX triplet: 25, DD and F4. RGB value is (37,221,244). Sum of RGB (Red+Green+Blue) = 37+221+244=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #25DDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DDF4 is #DA220B. Grayscale: #A8A8A8. Windows color (decimal): -14295564 or 16047397. OLE color: 16047397.
HSL color Cylindrical-coordinate representation of color #25DDF4: hue angle of 186.67º 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 #25DDF4 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 37 | 221 | 244 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.04 |
| HSL | 186.67º | 0.9% | 0.55% | - |
| HSV(B) | 186.67º | 0.85% | 0.96% | - |
| XYZ | 42.95 | 58.64 | 94.64 | - |
| YUV | 168.61 | 170.54 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 244 | 0.85 | 0.09 | 0 | 0.04 | 186.67 | 0.9 | 0.55 |
| Hex | 25 | DD | F4 | 55 | 9 | 0 | 4 | BB | 5A | 37 |
| Octal | 45 | 335 | 364 | 125 | 11 | 0 | 4 | 273 | 132 | 67 |
| Binary | 100101 | 11011101 | 11110100 | 1010101 | 1001 | 0 | 100 | 10111011 | 1011010 | 110111 |
Color Harmonies of #25DDF4
Complementary color
Monochromatic Colors of #25DDF4
Black with #25DDF4
Text Example
Text Example
White with #25DDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDF4; }
p { color: rgb(37,221,244); }
H1.HeaderClassName
{
color: #25DDF4;
}
.AnyTagClassName
{
color: #25DDF4;
}
</style>
background-color css
<style>
a { background-color: #25DDF4; }
a { background-color: rgb(37,221,244); }
div.DivClassName
{
background-color: #25DDF4;
}
.BgClassName
{
background-color: #25DDF4;
}
</style>
border-color css
<style>
span { border-color: #25DDF4; }
span { border-color: rgb(37,221,244); }
td.TdClassName
{
border-color: #25DDF4;
}
.TagClassName
{
border-color: #25DDF4;
}
</style>