Shades of Bright Turquoise #25D7E6
Tints of Bright Turquoise #25D7E6
RGB
CMYK
RGB Variations
Color information
#25D7E6 (or 0x25D7E6) is known color: Bright Turquoise. HEX triplet: 25, D7 and E6. RGB value is (37,215,230). Sum of RGB (Red+Green+Blue) = 37+215+230=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 230 (90.23% from 255 or 47.72% from 482); Max value from RGB is 230 - color contains mainly: blue. Hex color #25D7E6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D7E6 is #DA2819. Grayscale: #A3A3A3. Windows color (decimal): -14297114 or 15128357. OLE color: 15128357.
HSL color Cylindrical-coordinate representation of color #25D7E6: hue angle of 184.66º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25D7E6 is Cyan = 0.84, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 37 | 215 | 230 | - |
| CMYK | 0.84 | 0.07 | 0 | 0.10 |
| HSL | 184.66º | 0.79% | 0.52% | - |
| HSV(B) | 184.66º | 0.84% | 0.9% | - |
| XYZ | 39.35 | 54.71 | 83.35 | - |
| YUV | 163.49 | 165.53 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 230 | 0.84 | 0.07 | 0 | 0.10 | 184.66 | 0.79 | 0.52 |
| Hex | 25 | D7 | E6 | 54 | 7 | 0 | A | B9 | 4F | 34 |
| Octal | 45 | 327 | 346 | 124 | 7 | 0 | 12 | 271 | 117 | 64 |
| Binary | 100101 | 11010111 | 11100110 | 1010100 | 111 | 0 | 1010 | 10111001 | 1001111 | 110100 |
Color Harmonies of #25D7E6
Complementary color
Monochromatic Colors of #25D7E6
Black with #25D7E6
Text Example
Text Example
White with #25D7E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D7E6; }
p { color: rgb(37,215,230); }
H1.HeaderClassName
{
color: #25D7E6;
}
.AnyTagClassName
{
color: #25D7E6;
}
</style>
background-color css
<style>
a { background-color: #25D7E6; }
a { background-color: rgb(37,215,230); }
div.DivClassName
{
background-color: #25D7E6;
}
.BgClassName
{
background-color: #25D7E6;
}
</style>
border-color css
<style>
span { border-color: #25D7E6; }
span { border-color: rgb(37,215,230); }
td.TdClassName
{
border-color: #25D7E6;
}
.TagClassName
{
border-color: #25D7E6;
}
</style>