Shades of Bright Turquoise #25EEE1
Tints of Bright Turquoise #25EEE1
RGB
CMYK
RGB Variations
Color information
#25EEE1 (or 0x25EEE1) is known color: Bright Turquoise. HEX triplet: 25, EE and E1. RGB value is (37,238,225). Sum of RGB (Red+Green+Blue) = 37+238+225=500 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.4% from 500); Green value is 238 (93.36% from 255 or 47.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEE1 is #DA111E. Grayscale: #B0B0B0. Windows color (decimal): -14291231 or 14806565. OLE color: 14806565.
HSL color Cylindrical-coordinate representation of color #25EEE1: hue angle of 176.12º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EEE1 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 225 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.07 |
| HSL | 176.12º | 0.86% | 0.54% | - |
| HSV(B) | 176.12º | 0.84% | 0.93% | - |
| XYZ | 44.93 | 66.98 | 81.79 | - |
| YUV | 176.42 | 155.41 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 225 | 0.84 | 0 | 0.05 | 0.07 | 176.12 | 0.86 | 0.54 |
| Hex | 25 | EE | E1 | 54 | 0 | 5 | 7 | B0 | 56 | 36 |
| Octal | 45 | 356 | 341 | 124 | 0 | 5 | 7 | 260 | 126 | 66 |
| Binary | 100101 | 11101110 | 11100001 | 1010100 | 0 | 101 | 111 | 10110000 | 1010110 | 110110 |
Color Harmonies of #25EEE1
Complementary color
Monochromatic Colors of #25EEE1
Black with #25EEE1
Text Example
Text Example
White with #25EEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEE1; }
p { color: rgb(37,238,225); }
H1.HeaderClassName
{
color: #25EEE1;
}
.AnyTagClassName
{
color: #25EEE1;
}
</style>
background-color css
<style>
a { background-color: #25EEE1; }
a { background-color: rgb(37,238,225); }
div.DivClassName
{
background-color: #25EEE1;
}
.BgClassName
{
background-color: #25EEE1;
}
</style>
border-color css
<style>
span { border-color: #25EEE1; }
span { border-color: rgb(37,238,225); }
td.TdClassName
{
border-color: #25EEE1;
}
.TagClassName
{
border-color: #25EEE1;
}
</style>