#25F7F2

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

Shades of Bright Turquoise #25F7F2

Tints of Bright Turquoise #25F7F2

Color information

#25F7F2 (or 0x25F7F2) is unknown color: approx Bright Turquoise. HEX triplet: 25, F7 and F2. RGB value is (37,247,242). Sum of RGB (Red+Green+Blue) = 37+247+242=526 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.03% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 242 (94.92% from 255 or 46.01% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #25F7F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F7F2 is #DA080D. Grayscale: #B7B7B7. Windows color (decimal): -14288910 or 15922981. OLE color: 15922981.

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

Color convert

RGB37247242-
CMYK0.8500.020.03
HSL178.57º92.92%55.69%-
HSV(B)178.57º85.02%96.86%-
XYZ50.0573.3395.52-
YUV183.64160.9323.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.03%
GREEN value IS 247 (96.88% from 255) = 46.96%
BLUE value IS 242 (94.92% from 255) = 46.01%
R=7.03%
G=46.96%
B=46.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372472420.8500.020.03178.5792.9255.69
Hex25F7F255023b35d38
Octal4536736212502326313570
Binary1001011111011111110010101010101011101100111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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