#25F7C9

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

Shades of Turquoise #25F7C9

Tints of Turquoise #25F7C9

Color information

#25F7C9 (or 0x25F7C9) is unknown color: approx Turquoise. HEX triplet: 25, F7 and C9. RGB value is (37,247,201). Sum of RGB (Red+Green+Blue) = 37+247+201=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F7C9 is #DA0836. Grayscale: #B2B2B2. Windows color (decimal): -14288951 or 13236005. OLE color: 13236005.

HSL color Cylindrical-coordinate representation of color #25F7C9: hue angle of 166.86º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25F7C9 is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB37247201-
CMYK0.8500.190.03
HSL166.86º92.92%55.69%-
HSV(B)166.86º85.02%96.86%-
XYZ44.5771.1366.64-
YUV178.97140.4326.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.63%
GREEN value IS 247 (96.88% from 255) = 50.93%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=7.63%
G=50.93%
B=41.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372472010.8500.190.03166.8692.9255.69
Hex25F7C9550133a75d38
Octal45367311125023324713570
Binary1001011111011111001001101010101001111101001111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,247,201); }

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

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

 a { background-color: rgb(37,247,201); }

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

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

 span { border-color: rgb(37,247,201); }

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