#39EBC4

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

Shades of Turquoise #39EBC4

Tints of Turquoise #39EBC4

Color information

#39EBC4 (or 0x39EBC4) is unknown color: approx Turquoise. HEX triplet: 39, EB and C4. RGB value is (57,235,196). Sum of RGB (Red+Green+Blue) = 57+235+196=488 (64% of max value = 765). Red value is 57 (22.66% from 255 or 11.68% from 488); Green value is 235 (92.19% from 255 or 48.16% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 235 - color contains mainly: green. Hex color #39EBC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #39EBC4 is #C6143B. Grayscale: #B1B1B1. Windows color (decimal): -12981308 or 12905273. OLE color: 12905273.

HSL color Cylindrical-coordinate representation of color #39EBC4: hue angle of 166.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #39EBC4 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB57235196-
CMYK0.7600.170.08
HSL166.85º81.65%57.25%-
HSV(B)166.85º75.74%92.16%-
XYZ41.3664.2762.45-
YUV177.33138.5342.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 11.68%
GREEN value IS 235 (92.19% from 255) = 48.16%
BLUE value IS 196 (76.95% from 255) = 40.16%
R=11.68%
G=48.16%
B=40.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal572351960.7600.170.08166.8581.6557.25
Hex39EBC44C0118a75239
Octal713533041140211024712271
Binary111001111010111100010010011000100011000101001111010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39EBC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,235,196); }

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

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

 a { background-color: rgb(57,235,196); }

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

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

 span { border-color: rgb(57,235,196); }

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