#25E8F2

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

Shades of Bright Turquoise #25E8F2

Tints of Bright Turquoise #25E8F2

Color information

#25E8F2 (or 0x25E8F2) is unknown color: approx Bright Turquoise. HEX triplet: 25, E8 and F2. RGB value is (37,232,242). Sum of RGB (Red+Green+Blue) = 37+232+242=511 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.24% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #25E8F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25E8F2 is #DA170D. Grayscale: #AEAEAE. Windows color (decimal): -14292750 or 15919141. OLE color: 15919141.

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

Color convert

RGB37232242-
CMYK0.850.0400.05
HSL182.93º88.74%54.71%-
HSV(B)182.93º84.71%94.9%-
XYZ45.6564.5294.05-
YUV174.83165.929.69-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.24%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 242 (94.92% from 255) = 47.36%
R=7.24%
G=45.40%
B=47.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal372322420.850.0400.05182.9388.7454.71
Hex25E8F255405b75937
Octal4535036212540526713167
Binary100101111010001111001010101011000101101101111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25E8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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