#25F4C8

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

Shades of Turquoise #25F4C8

Tints of Turquoise #25F4C8

Color information

#25F4C8 (or 0x25F4C8) is unknown color: approx Turquoise. HEX triplet: 25, F4 and C8. RGB value is (37,244,200). Sum of RGB (Red+Green+Blue) = 37+244+200=481 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.69% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 200 (78.52% from 255 or 41.58% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #25F4C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F4C8 is #DA0B37. Grayscale: #B1B1B1. Windows color (decimal): -14289720 or 13169701. OLE color: 13169701.

HSL color Cylindrical-coordinate representation of color #25F4C8: hue angle of 167.25º 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 #25F4C8 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB37244200-
CMYK0.8500.180.04
HSL167.25º90.39%55.1%-
HSV(B)167.25º84.84%95.69%-
XYZ43.5469.2665.72-
YUV177.09140.9228.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.69%
GREEN value IS 244 (95.70% from 255) = 50.73%
BLUE value IS 200 (78.52% from 255) = 41.58%
R=7.69%
G=50.73%
B=41.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal372442000.8500.180.04167.2590.3955.1
Hex25F4C8550124a75a37
Octal45364310125022424713267
Binary10010111110100110010001010101010010100101001111011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F4C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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