#39F9B1

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

Shades of Turquoise #39F9B1

Tints of Turquoise #39F9B1

Color information

#39F9B1 (or 0x39F9B1) is unknown color: approx Turquoise. HEX triplet: 39, F9 and B1. RGB value is (57,249,177). Sum of RGB (Red+Green+Blue) = 57+249+177=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 249 (97.66% from 255 or 51.55% from 483); Blue value is 177 (69.53% from 255 or 36.65% from 483); Max value from RGB is 249 - color contains mainly: green. Hex color #39F9B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #39F9B1 is #C6064E. Grayscale: #B7B7B7. Windows color (decimal): -12977743 or 11663673. OLE color: 11663673.

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

Color convert

RGB57249177-
CMYK0.7700.290.02
HSL157.5º94.12%60%-
HSV(B)157.5º77.11%97.65%-
XYZ43.571.853.16-
YUV183.38124.3937.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.80%
GREEN value IS 249 (97.66% from 255) = 51.55%
BLUE value IS 177 (69.53% from 255) = 36.65%
R=11.80%
G=51.55%
B=36.65%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal572491770.7700.290.02157.594.1260
Hex39F9B14D01D29e5e3c
Octal71371261115035223613674
Binary1110011111100110110001100110101110110100111101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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