#25E9D4

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

Shades of Turquoise #25E9D4

Tints of Turquoise #25E9D4

Color information

#25E9D4 (or 0x25E9D4) is unknown color: approx Turquoise. HEX triplet: 25, E9 and D4. RGB value is (37,233,212). Sum of RGB (Red+Green+Blue) = 37+233+212=482 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.68% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #25E9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25E9D4 is #DA162B. Grayscale: #ABABAB. Windows color (decimal): -14292524 or 13953317. OLE color: 13953317.

HSL color Cylindrical-coordinate representation of color #25E9D4: hue angle of 173.57º 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 #25E9D4 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB37233212-
CMYK0.8400.090.09
HSL173.57º81.67%52.94%-
HSV(B)173.57º84.12%91.37%-
XYZ41.7963.4272.33-
YUV172150.5731.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.68%
GREEN value IS 233 (91.41% from 255) = 48.34%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=7.68%
G=48.34%
B=43.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal372332120.8400.090.09173.5781.6752.94
Hex25E9D454099ae5235
Octal453513241240111125612265
Binary10010111101001110101001010100010011001101011101010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,233,212); }

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

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

 a { background-color: rgb(37,233,212); }

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

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

 span { border-color: rgb(37,233,212); }

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