Shades of Bright Turquoise #25D9E9
Tints of Bright Turquoise #25D9E9
RGB
CMYK
RGB Variations
Color information
#25D9E9 (or 0x25D9E9) is known color: Bright Turquoise. HEX triplet: 25, D9 and E9. RGB value is (37,217,233). Sum of RGB (Red+Green+Blue) = 37+217+233=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #25D9E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D9E9 is #DA2616. Grayscale: #A4A4A4. Windows color (decimal): -14296599 or 15325477. OLE color: 15325477.
HSL color Cylindrical-coordinate representation of color #25D9E9: hue angle of 184.9º degrees, saturation: 0.82, 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 #25D9E9 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 37 | 217 | 233 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.09 |
| HSL | 184.9º | 0.82% | 0.53% | - |
| HSV(B) | 184.9º | 0.84% | 0.91% | - |
| XYZ | 40.28 | 55.9 | 85.76 | - |
| YUV | 165 | 166.37 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 233 | 0.84 | 0.07 | 0 | 0.09 | 184.9 | 0.82 | 0.53 |
| Hex | 25 | D9 | E9 | 54 | 7 | 0 | 9 | B9 | 52 | 35 |
| Octal | 45 | 331 | 351 | 124 | 7 | 0 | 11 | 271 | 122 | 65 |
| Binary | 100101 | 11011001 | 11101001 | 1010100 | 111 | 0 | 1001 | 10111001 | 1010010 | 110101 |
Color Harmonies of #25D9E9
Complementary color
Monochromatic Colors of #25D9E9
Black with #25D9E9
Text Example
Text Example
White with #25D9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D9E9; }
p { color: rgb(37,217,233); }
H1.HeaderClassName
{
color: #25D9E9;
}
.AnyTagClassName
{
color: #25D9E9;
}
</style>
background-color css
<style>
a { background-color: #25D9E9; }
a { background-color: rgb(37,217,233); }
div.DivClassName
{
background-color: #25D9E9;
}
.BgClassName
{
background-color: #25D9E9;
}
</style>
border-color css
<style>
span { border-color: #25D9E9; }
span { border-color: rgb(37,217,233); }
td.TdClassName
{
border-color: #25D9E9;
}
.TagClassName
{
border-color: #25D9E9;
}
</style>