#39F1BC

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

Shades of Turquoise #39F1BC

Tints of Turquoise #39F1BC

Color information

#39F1BC (or 0x39F1BC) is unknown color: approx Turquoise. HEX triplet: 39, F1 and BC. RGB value is (57,241,188). Sum of RGB (Red+Green+Blue) = 57+241+188=486 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.73% from 486); Green value is 241 (94.53% from 255 or 49.59% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 241 - color contains mainly: green. Hex color #39F1BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39F1BC is #C60E43. Grayscale: #B3B3B3. Windows color (decimal): -12979780 or 12382521. OLE color: 12382521.

HSL color Cylindrical-coordinate representation of color #39F1BC: hue angle of 162.72º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39F1BC is Cyan = 0.76, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB57241188-
CMYK0.7600.220.05
HSL162.72º86.79%58.43%-
HSV(B)162.72º76.35%94.51%-
XYZ42.2267.4158.36-
YUV179.94132.5440.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.73%
GREEN value IS 241 (94.53% from 255) = 49.59%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=11.73%
G=49.59%
B=38.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal572411880.7600.220.05162.7286.7958.43
Hex39F1BC4C0165a3573a
Octal71361274114026524312772
Binary11100111110001101111001001100010110101101000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39F1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,241,188); }

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

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

 a { background-color: rgb(57,241,188); }

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

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

 span { border-color: rgb(57,241,188); }

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