Shades of Bright Turquoise #25DEE8
Tints of Bright Turquoise #25DEE8
RGB
CMYK
RGB Variations
Color information
#25DEE8 (or 0x25DEE8) is known color: Bright Turquoise. HEX triplet: 25, DE and E8. RGB value is (37,222,232). Sum of RGB (Red+Green+Blue) = 37+222+232=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #25DEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DEE8 is #DA2117. Grayscale: #A7A7A7. Windows color (decimal): -14295320 or 15261221. OLE color: 15261221.
HSL color Cylindrical-coordinate representation of color #25DEE8: hue angle of 183.08º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25DEE8 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 222 | 232 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.09 |
| HSL | 183.08º | 0.81% | 0.53% | - |
| HSV(B) | 183.08º | 0.84% | 0.91% | - |
| XYZ | 41.45 | 58.46 | 85.44 | - |
| YUV | 167.83 | 164.21 | 34.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 222 | 232 | 0.84 | 0.04 | 0 | 0.09 | 183.08 | 0.81 | 0.53 |
| Hex | 25 | DE | E8 | 54 | 4 | 0 | 9 | B7 | 51 | 35 |
| Octal | 45 | 336 | 350 | 124 | 4 | 0 | 11 | 267 | 121 | 65 |
| Binary | 100101 | 11011110 | 11101000 | 1010100 | 100 | 0 | 1001 | 10110111 | 1010001 | 110101 |
Color Harmonies of #25DEE8
Complementary color
Monochromatic Colors of #25DEE8
Black with #25DEE8
Text Example
Text Example
White with #25DEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DEE8; }
p { color: rgb(37,222,232); }
H1.HeaderClassName
{
color: #25DEE8;
}
.AnyTagClassName
{
color: #25DEE8;
}
</style>
background-color css
<style>
a { background-color: #25DEE8; }
a { background-color: rgb(37,222,232); }
div.DivClassName
{
background-color: #25DEE8;
}
.BgClassName
{
background-color: #25DEE8;
}
</style>
border-color css
<style>
span { border-color: #25DEE8; }
span { border-color: rgb(37,222,232); }
td.TdClassName
{
border-color: #25DEE8;
}
.TagClassName
{
border-color: #25DEE8;
}
</style>