#25F1BE

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

Shades of Turquoise #25F1BE

Tints of Turquoise #25F1BE

Color information

#25F1BE (or 0x25F1BE) is unknown color: approx Turquoise. HEX triplet: 25, F1 and BE. RGB value is (37,241,190). Sum of RGB (Red+Green+Blue) = 37+241+190=468 (61% of max value = 765). Red value is 37 (14.84% from 255 or 7.91% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #25F1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25F1BE is #DA0E41. Grayscale: #AEAEAE. Windows color (decimal): -14290498 or 12513573. OLE color: 12513573.

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

Color convert

RGB37241190-
CMYK0.8500.210.05
HSL165º87.93%54.51%-
HSV(B)165º84.65%94.51%-
XYZ41.5167.0259.46-
YUV174.19136.9130.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 7.91%
GREEN value IS 241 (94.53% from 255) = 51.50%
BLUE value IS 190 (74.61% from 255) = 40.60%
R=7.91%
G=51.50%
B=40.60%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal372411900.8500.210.0516587.9354.51
Hex25F1BE550155a55837
Octal45361276125025524513067
Binary10010111110001101111101010101010101101101001011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25F1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,241,190); }

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

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

 a { background-color: rgb(37,241,190); }

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

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

 span { border-color: rgb(37,241,190); }

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