Shades of Bright Turquoise #25DCFC
Tints of Bright Turquoise #25DCFC
RGB
CMYK
RGB Variations
Color information
#25DCFC (or 0x25DCFC) is known color: Bright Turquoise. HEX triplet: 25, DC and FC. RGB value is (37,220,252). Sum of RGB (Red+Green+Blue) = 37+220+252=509 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.27% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #25DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCFC is #DA2303. Grayscale: #A8A8A8. Windows color (decimal): -14295812 or 16571429. OLE color: 16571429.
HSL color Cylindrical-coordinate representation of color #25DCFC: hue angle of 188.93º 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 #25DCFC is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 220 | 252 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.01 |
| HSL | 188.93º | 0.97% | 0.57% | - |
| HSV(B) | 188.93º | 0.85% | 0.99% | - |
| XYZ | 43.93 | 58.61 | 101.09 | - |
| YUV | 168.93 | 174.87 | 33.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 252 | 0.85 | 0.13 | 0 | 0.01 | 188.93 | 0.97 | 0.57 |
| Hex | 25 | DC | FC | 55 | D | 0 | 1 | BD | 61 | 39 |
| Octal | 45 | 334 | 374 | 125 | 15 | 0 | 1 | 275 | 141 | 71 |
| Binary | 100101 | 11011100 | 11111100 | 1010101 | 1101 | 0 | 1 | 10111101 | 1100001 | 111001 |
Color Harmonies of #25DCFC
Complementary color
Monochromatic Colors of #25DCFC
Black with #25DCFC
Text Example
Text Example
White with #25DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCFC; }
p { color: rgb(37,220,252); }
H1.HeaderClassName
{
color: #25DCFC;
}
.AnyTagClassName
{
color: #25DCFC;
}
</style>
background-color css
<style>
a { background-color: #25DCFC; }
a { background-color: rgb(37,220,252); }
div.DivClassName
{
background-color: #25DCFC;
}
.BgClassName
{
background-color: #25DCFC;
}
</style>
border-color css
<style>
span { border-color: #25DCFC; }
span { border-color: rgb(37,220,252); }
td.TdClassName
{
border-color: #25DCFC;
}
.TagClassName
{
border-color: #25DCFC;
}
</style>