Shades of Bright Turquoise #25DDFC
Tints of Bright Turquoise #25DDFC
RGB
CMYK
RGB Variations
Color information
#25DDFC (or 0x25DDFC) is known color: Bright Turquoise. HEX triplet: 25, DD and FC. RGB value is (37,221,252). Sum of RGB (Red+Green+Blue) = 37+221+252=510 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.25% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #25DDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DDFC is #DA2203. Grayscale: #A9A9A9. Windows color (decimal): -14295556 or 16571685. OLE color: 16571685.
HSL color Cylindrical-coordinate representation of color #25DDFC: hue angle of 188.65º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DDFC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 221 | 252 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.01 |
| HSL | 188.65º | 0.97% | 0.57% | - |
| HSV(B) | 188.65º | 0.85% | 0.99% | - |
| XYZ | 44.19 | 59.13 | 101.18 | - |
| YUV | 169.52 | 174.54 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 252 | 0.85 | 0.12 | 0 | 0.01 | 188.65 | 0.97 | 0.57 |
| Hex | 25 | DD | FC | 55 | C | 0 | 1 | BD | 61 | 39 |
| Octal | 45 | 335 | 374 | 125 | 14 | 0 | 1 | 275 | 141 | 71 |
| Binary | 100101 | 11011101 | 11111100 | 1010101 | 1100 | 0 | 1 | 10111101 | 1100001 | 111001 |
Color Harmonies of #25DDFC
Complementary color
Monochromatic Colors of #25DDFC
Black with #25DDFC
Text Example
Text Example
White with #25DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDFC; }
p { color: rgb(37,221,252); }
H1.HeaderClassName
{
color: #25DDFC;
}
.AnyTagClassName
{
color: #25DDFC;
}
</style>
background-color css
<style>
a { background-color: #25DDFC; }
a { background-color: rgb(37,221,252); }
div.DivClassName
{
background-color: #25DDFC;
}
.BgClassName
{
background-color: #25DDFC;
}
</style>
border-color css
<style>
span { border-color: #25DDFC; }
span { border-color: rgb(37,221,252); }
td.TdClassName
{
border-color: #25DDFC;
}
.TagClassName
{
border-color: #25DDFC;
}
</style>