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