#25F3EA

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

Shades of Bright Turquoise #25F3EA

Tints of Bright Turquoise #25F3EA

Color information

#25F3EA (or 0x25F3EA) is unknown color: approx Bright Turquoise. HEX triplet: 25, F3 and EA. RGB value is (37,243,234). Sum of RGB (Red+Green+Blue) = 37+243+234=514 (68% of max value = 765). Red value is 37 (14.84% from 255 or 7.20% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #25F3EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25F3EA is #DA0C15. Grayscale: #B4B4B4. Windows color (decimal): -14289942 or 15397669. OLE color: 15397669.

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

Color convert

RGB37243234-
CMYK0.8500.040.05
HSL177.38º89.57%54.9%-
HSV(B)177.38º84.77%95.29%-
XYZ47.6670.4488.93-
YUV180.38158.2525.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.20%
GREEN value IS 243 (95.31% from 255) = 47.28%
BLUE value IS 234 (91.80% from 255) = 45.53%
R=7.20%
G=47.28%
B=45.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal372432340.8500.040.05177.3889.5754.9
Hex25F3EA55045b15a37
Octal4536335212504526113267
Binary100101111100111110101010101010100101101100011011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,243,234); }

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

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

 a { background-color: rgb(37,243,234); }

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

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

 span { border-color: rgb(37,243,234); }

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