Shades of Bright Turquoise #25DFE0
Tints of Bright Turquoise #25DFE0
RGB
CMYK
RGB Variations
Color information
#25DFE0 (or 0x25DFE0) is known color: Bright Turquoise. HEX triplet: 25, DF and E0. RGB value is (37,223,224). Sum of RGB (Red+Green+Blue) = 37+223+224=484 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.64% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 224 (87.89% from 255 or 46.28% from 484); Max value from RGB is 224 - color contains mainly: blue. Hex color #25DFE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DFE0 is #DA201F. Grayscale: #A7A7A7. Windows color (decimal): -14295072 or 14737189. OLE color: 14737189.
HSL color Cylindrical-coordinate representation of color #25DFE0: hue angle of 180.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DFE0 is Cyan = 0.83, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 223 | 224 | - |
| CMYK | 0.83 | 0.00 | 0 | 0.12 |
| HSL | 180.32º | 0.75% | 0.51% | - |
| HSV(B) | 180.32º | 0.83% | 0.88% | - |
| XYZ | 40.61 | 58.55 | 79.68 | - |
| YUV | 167.5 | 159.88 | 34.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 224 | 0.83 | 0.00 | 0 | 0.12 | 180.32 | 0.75 | 0.51 |
| Hex | 25 | DF | E0 | 53 | 0 | 0 | C | B4 | 4B | 33 |
| Octal | 45 | 337 | 340 | 123 | 0 | 0 | 14 | 264 | 113 | 63 |
| Binary | 100101 | 11011111 | 11100000 | 1010011 | 0 | 0 | 1100 | 10110100 | 1001011 | 110011 |
Color Harmonies of #25DFE0
Complementary color
Monochromatic Colors of #25DFE0
Black with #25DFE0
Text Example
Text Example
White with #25DFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DFE0; }
p { color: rgb(37,223,224); }
H1.HeaderClassName
{
color: #25DFE0;
}
.AnyTagClassName
{
color: #25DFE0;
}
</style>
background-color css
<style>
a { background-color: #25DFE0; }
a { background-color: rgb(37,223,224); }
div.DivClassName
{
background-color: #25DFE0;
}
.BgClassName
{
background-color: #25DFE0;
}
</style>
border-color css
<style>
span { border-color: #25DFE0; }
span { border-color: rgb(37,223,224); }
td.TdClassName
{
border-color: #25DFE0;
}
.TagClassName
{
border-color: #25DFE0;
}
</style>