#25EAD9

Color #25EAD9 Bright Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Turquoise #25EAD9

Tints of Bright Turquoise #25EAD9

Color information

#25EAD9 (or 0x25EAD9) is unknown color: approx Bright Turquoise. HEX triplet: 25, EA and D9. RGB value is (37,234,217). Sum of RGB (Red+Green+Blue) = 37+234+217=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 217 (85.16% from 255 or 44.47% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #25EAD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25EAD9 is #DA1526. Grayscale: #ADADAD. Windows color (decimal): -14292263 or 14281253. OLE color: 14281253.

HSL color Cylindrical-coordinate representation of color #25EAD9: hue angle of 174.82º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EAD9 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB37234217-
CMYK0.8400.070.08
HSL174.82º82.43%53.14%-
HSV(B)174.82º84.19%91.76%-
XYZ42.7164.2575.8-
YUV173.16152.7330.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 7.58%
GREEN value IS 234 (91.80% from 255) = 47.95%
BLUE value IS 217 (85.16% from 255) = 44.47%
R=7.58%
G=47.95%
B=44.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal372342170.8400.070.08174.8282.4353.14
Hex25EAD954078af5235
Octal45352331124071025712265
Binary1001011110101011011001101010001111000101011111010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25EAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25EAD9; }

 p { color: rgb(37,234,217); }

 H1.HeaderClassName
 {
   color: #25EAD9;
 }
 .AnyTagClassName
 {
   color: #25EAD9;
 }
</style>
background-color css

<style>
 a { background-color: #25EAD9; }

 a { background-color: rgb(37,234,217); }

 div.DivClassName
 {
   background-color: #25EAD9;
 }
 .BgClassName
 {
   background-color: #25EAD9;
 }
</style>
border-color css

<style>
 span { border-color: #25EAD9; }

 span { border-color: rgb(37,234,217); }

 td.TdClassName
 {
   border-color: #25EAD9;
 }
 .TagClassName
 {
   border-color: #25EAD9;
 }
</style>