Shades of Bright Turquoise #25EEE2
Tints of Bright Turquoise #25EEE2
RGB
CMYK
RGB Variations
Color information
#25EEE2 (or 0x25EEE2) is known color: Bright Turquoise. HEX triplet: 25, EE and E2. RGB value is (37,238,226). Sum of RGB (Red+Green+Blue) = 37+238+226=501 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.39% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #25EEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EEE2 is #DA111D. Grayscale: #B0B0B0. Windows color (decimal): -14291230 or 14872101. OLE color: 14872101.
HSL color Cylindrical-coordinate representation of color #25EEE2: hue angle of 176.42º 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 #25EEE2 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 226 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.07 |
| HSL | 176.42º | 0.86% | 0.54% | - |
| HSV(B) | 176.42º | 0.84% | 0.93% | - |
| XYZ | 45.06 | 67.03 | 82.52 | - |
| YUV | 176.53 | 155.91 | 28.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 226 | 0.84 | 0 | 0.05 | 0.07 | 176.42 | 0.86 | 0.54 |
| Hex | 25 | EE | E2 | 54 | 0 | 5 | 7 | B0 | 56 | 36 |
| Octal | 45 | 356 | 342 | 124 | 0 | 5 | 7 | 260 | 126 | 66 |
| Binary | 100101 | 11101110 | 11100010 | 1010100 | 0 | 101 | 111 | 10110000 | 1010110 | 110110 |
Color Harmonies of #25EEE2
Complementary color
Monochromatic Colors of #25EEE2
Black with #25EEE2
Text Example
Text Example
White with #25EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEE2; }
p { color: rgb(37,238,226); }
H1.HeaderClassName
{
color: #25EEE2;
}
.AnyTagClassName
{
color: #25EEE2;
}
</style>
background-color css
<style>
a { background-color: #25EEE2; }
a { background-color: rgb(37,238,226); }
div.DivClassName
{
background-color: #25EEE2;
}
.BgClassName
{
background-color: #25EEE2;
}
</style>
border-color css
<style>
span { border-color: #25EEE2; }
span { border-color: rgb(37,238,226); }
td.TdClassName
{
border-color: #25EEE2;
}
.TagClassName
{
border-color: #25EEE2;
}
</style>