#39F3B7

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

Shades of Turquoise #39F3B7

Tints of Turquoise #39F3B7

Color information

#39F3B7 (or 0x39F3B7) is unknown color: approx Turquoise. HEX triplet: 39, F3 and B7. RGB value is (57,243,183). Sum of RGB (Red+Green+Blue) = 57+243+183=483 (63% of max value = 765). Red value is 57 (22.66% from 255 or 11.80% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #39F3B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F3B7 is #C60C48. Grayscale: #B4B4B4. Windows color (decimal): -12979273 or 12055353. OLE color: 12055353.

HSL color Cylindrical-coordinate representation of color #39F3B7: hue angle of 160.65º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F3B7 is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB57243183-
CMYK0.7700.250.05
HSL160.65º88.57%58.82%-
HSV(B)160.65º76.54%95.29%-
XYZ42.2968.3955.77-
YUV180.55129.3839.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.80%
GREEN value IS 243 (95.31% from 255) = 50.31%
BLUE value IS 183 (71.88% from 255) = 37.89%
R=11.80%
G=50.31%
B=37.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572431830.7700.250.05160.6588.5758.82
Hex39F3B74D0195a1593b
Octal71363267115031524113173
Binary11100111110011101101111001101011001101101000011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,243,183); }

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

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

 a { background-color: rgb(57,243,183); }

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

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

 span { border-color: rgb(57,243,183); }

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