#25F4B5

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

Shades of Turquoise #25F4B5

Tints of Turquoise #25F4B5

Color information

#25F4B5 (or 0x25F4B5) is unknown color: approx Turquoise. HEX triplet: 25, F4 and B5. RGB value is (37,244,181). Sum of RGB (Red+Green+Blue) = 37+244+181=462 (61% of max value = 765). Red value is 37 (14.84% from 255 or 8.01% from 462); Green value is 244 (95.70% from 255 or 52.81% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4B5 is #DA0B4A. Grayscale: #AEAEAE. Windows color (decimal): -14289739 or 11924517. OLE color: 11924517.

HSL color Cylindrical-coordinate representation of color #25F4B5: hue angle of 161.74º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F4B5 is Cyan = 0.85, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB37244181-
CMYK0.8500.260.04
HSL161.74º90.39%55.1%-
HSV(B)161.74º84.84%95.69%-
XYZ41.4568.4354.74-
YUV174.92131.4229.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.01%
GREEN value IS 244 (95.70% from 255) = 52.81%
BLUE value IS 181 (71.09% from 255) = 39.18%
R=8.01%
G=52.81%
B=39.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal372441810.8500.260.04161.7490.3955.1
Hex25F4B55501A4a25a37
Octal45364265125032424213267
Binary10010111110100101101011010101011010100101000101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,244,181); }

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

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

 a { background-color: rgb(37,244,181); }

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

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

 span { border-color: rgb(37,244,181); }

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