Shades of Bright Turquoise #25DEE0
Tints of Bright Turquoise #25DEE0
RGB
CMYK
RGB Variations
Color information
#25DEE0 (or 0x25DEE0) is known color: Bright Turquoise. HEX triplet: 25, DE and E0. RGB value is (37,222,224). Sum of RGB (Red+Green+Blue) = 37+222+224=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 224 (87.89% from 255 or 46.38% from 483); Max value from RGB is 224 - color contains mainly: blue. Hex color #25DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25DEE0 is #DA211F. Grayscale: #A6A6A6. Windows color (decimal): -14295328 or 14736933. OLE color: 14736933.
HSL color Cylindrical-coordinate representation of color #25DEE0: hue angle of 180.64º 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 #25DEE0 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 222 | 224 | - |
| CMYK | 0.83 | 0.01 | 0 | 0.12 |
| HSL | 180.64º | 0.75% | 0.51% | - |
| HSV(B) | 180.64º | 0.83% | 0.88% | - |
| XYZ | 40.34 | 58.02 | 79.59 | - |
| YUV | 166.91 | 160.21 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 224 | 0.83 | 0.01 | 0 | 0.12 | 180.64 | 0.75 | 0.51 |
| Hex | 25 | DE | E0 | 53 | 1 | 0 | C | B5 | 4B | 33 |
| Octal | 45 | 336 | 340 | 123 | 1 | 0 | 14 | 265 | 113 | 63 |
| Binary | 100101 | 11011110 | 11100000 | 1010011 | 1 | 0 | 1100 | 10110101 | 1001011 | 110011 |
Color Harmonies of #25DEE0
Complementary color
Monochromatic Colors of #25DEE0
Black with #25DEE0
Text Example
Text Example
White with #25DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEE0; }
p { color: rgb(37,222,224); }
H1.HeaderClassName
{
color: #25DEE0;
}
.AnyTagClassName
{
color: #25DEE0;
}
</style>
background-color css
<style>
a { background-color: #25DEE0; }
a { background-color: rgb(37,222,224); }
div.DivClassName
{
background-color: #25DEE0;
}
.BgClassName
{
background-color: #25DEE0;
}
</style>
border-color css
<style>
span { border-color: #25DEE0; }
span { border-color: rgb(37,222,224); }
td.TdClassName
{
border-color: #25DEE0;
}
.TagClassName
{
border-color: #25DEE0;
}
</style>