Shades of Bright Turquoise #25FCED
Tints of Bright Turquoise #25FCED
RGB
CMYK
RGB Variations
Color information
#25FCED (or 0x25FCED) is known color: Bright Turquoise. HEX triplet: 25, FC and ED. RGB value is (37,252,237). Sum of RGB (Red+Green+Blue) = 37+252+237=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 237 (92.97% from 255 or 45.06% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #25FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25FCED is #DA0312. Grayscale: #B9B9B9. Windows color (decimal): -14287635 or 15596581. OLE color: 15596581.
HSL color Cylindrical-coordinate representation of color #25FCED: hue angle of 175.81º 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 #25FCED is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 252 | 237 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.01 |
| HSL | 175.81º | 0.97% | 0.57% | - |
| HSV(B) | 175.81º | 0.85% | 0.99% | - |
| XYZ | 50.86 | 76.13 | 92.13 | - |
| YUV | 186.01 | 156.77 | 21.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 252 | 237 | 0.85 | 0 | 0.06 | 0.01 | 175.81 | 0.97 | 0.57 |
| Hex | 25 | FC | ED | 55 | 0 | 6 | 1 | B0 | 61 | 39 |
| Octal | 45 | 374 | 355 | 125 | 0 | 6 | 1 | 260 | 141 | 71 |
| Binary | 100101 | 11111100 | 11101101 | 1010101 | 0 | 110 | 1 | 10110000 | 1100001 | 111001 |
Color Harmonies of #25FCED
Complementary color
Monochromatic Colors of #25FCED
Black with #25FCED
Text Example
Text Example
White with #25FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FCED; }
p { color: rgb(37,252,237); }
H1.HeaderClassName
{
color: #25FCED;
}
.AnyTagClassName
{
color: #25FCED;
}
</style>
background-color css
<style>
a { background-color: #25FCED; }
a { background-color: rgb(37,252,237); }
div.DivClassName
{
background-color: #25FCED;
}
.BgClassName
{
background-color: #25FCED;
}
</style>
border-color css
<style>
span { border-color: #25FCED; }
span { border-color: rgb(37,252,237); }
td.TdClassName
{
border-color: #25FCED;
}
.TagClassName
{
border-color: #25FCED;
}
</style>