#39E2BC

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

Shades of Turquoise #39E2BC

Tints of Turquoise #39E2BC

Color information

#39E2BC (or 0x39E2BC) is unknown color: approx Turquoise. HEX triplet: 39, E2 and BC. RGB value is (57,226,188). Sum of RGB (Red+Green+Blue) = 57+226+188=471 (62% of max value = 765). Red value is 57 (22.66% from 255 or 12.10% from 471); Green value is 226 (88.67% from 255 or 47.98% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 226 - color contains mainly: green. Hex color #39E2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39E2BC is #C61D43. Grayscale: #ABABAB. Windows color (decimal): -12983620 or 12378681. OLE color: 12378681.

HSL color Cylindrical-coordinate representation of color #39E2BC: hue angle of 166.51º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39E2BC is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB57226188-
CMYK0.7500.170.11
HSL166.51º74.45%55.49%-
HSV(B)166.51º74.78%88.63%-
XYZ37.9658.8956.94-
YUV171.14137.5146.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.10%
GREEN value IS 226 (88.67% from 255) = 47.98%
BLUE value IS 188 (73.83% from 255) = 39.92%
R=12.10%
G=47.98%
B=39.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal572261880.7500.170.11166.5174.4555.49
Hex39E2BC4B011Ba74a37
Octal713422741130211324711267
Binary111001111000101011110010010110100011011101001111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39E2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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