#39F8B0

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

Shades of Turquoise #39F8B0

Tints of Turquoise #39F8B0

Color information

#39F8B0 (or 0x39F8B0) is unknown color: approx Turquoise. HEX triplet: 39, F8 and B0. RGB value is (57,248,176). Sum of RGB (Red+Green+Blue) = 57+248+176=481 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.85% from 481); Green value is 248 (97.27% from 255 or 51.56% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 248 - color contains mainly: green. Hex color #39F8B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F8B0 is #C6074F. Grayscale: #B6B6B6. Windows color (decimal): -12978000 or 11597881. OLE color: 11597881.

HSL color Cylindrical-coordinate representation of color #39F8B0: hue angle of 157.38º 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 #39F8B0 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB57248176-
CMYK0.7700.290.03
HSL157.38º93.17%59.8%-
HSV(B)157.38º77.02%97.25%-
XYZ43.0971.1452.53-
YUV182.68124.2238.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.85%
GREEN value IS 248 (97.27% from 255) = 51.56%
BLUE value IS 176 (69.14% from 255) = 36.59%
R=11.85%
G=51.56%
B=36.59%

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
Decimal572481760.7700.290.03157.3893.1759.8
Hex39F8B04D01D39d5d3c
Octal71370260115035323513574
Binary1110011111100010110000100110101110111100111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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