#39F8B1

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

Shades of Turquoise #39F8B1

Tints of Turquoise #39F8B1

Color information

#39F8B1 (or 0x39F8B1) is unknown color: approx Turquoise. HEX triplet: 39, F8 and B1. RGB value is (57,248,177). Sum of RGB (Red+Green+Blue) = 57+248+177=482 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.83% from 482); Green value is 248 (97.27% from 255 or 51.45% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 248 - color contains mainly: green. Hex color #39F8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F8B1 is #C6074E. Grayscale: #B6B6B6. Windows color (decimal): -12977999 or 11663417. OLE color: 11663417.

HSL color Cylindrical-coordinate representation of color #39F8B1: hue angle of 157.7º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F8B1 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB57248177-
CMYK0.7700.290.03
HSL157.7º93.17%59.8%-
HSV(B)157.7º77.02%97.25%-
XYZ43.1971.1853.06-
YUV182.8124.7238.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.83%
GREEN value IS 248 (97.27% from 255) = 51.45%
BLUE value IS 177 (69.53% from 255) = 36.72%
R=11.83%
G=51.45%
B=36.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal572481770.7700.290.03157.793.1759.8
Hex39F8B14D01D39e5d3c
Octal71370261115035323613574
Binary1110011111100010110001100110101110111100111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39F8B1; }

 p { color: rgb(57,248,177); }

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

<style>
 a { background-color: #39F8B1; }

 a { background-color: rgb(57,248,177); }

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

<style>
 span { border-color: #39F8B1; }

 span { border-color: rgb(57,248,177); }

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