#25F2F7

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

Shades of Bright Turquoise #25F2F7

Tints of Bright Turquoise #25F2F7

Color information

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

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

Color convert

RGB37242247-
CMYK0.850.0200.03
HSL181.43º92.92%55.69%-
HSV(B)181.43º85.02%96.86%-
XYZ49.370.6199.03-
YUV181.27165.0825.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal372422470.850.0200.03181.4392.9255.69
Hex25F2F755203b55d38
Octal4536236712520326513570
Binary1001011111001011110111101010110011101101011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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