#39CBB4

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

Shades of Medium Turquoise #39CBB4

Tints of Medium Turquoise #39CBB4

Color information

#39CBB4 (or 0x39CBB4) is unknown color: approx Medium Turquoise. HEX triplet: 39, CB and B4. RGB value is (57,203,180). Sum of RGB (Red+Green+Blue) = 57+203+180=440 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.95% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #39CBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CBB4 is #C6344B. Grayscale: #9C9C9C. Windows color (decimal): -12989516 or 11848505. OLE color: 11848505.

HSL color Cylindrical-coordinate representation of color #39CBB4: hue angle of 170.55º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #39CBB4 is Cyan = 0.72, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB57203180-
CMYK0.7200.110.20
HSL170.55º58.4%50.98%-
HSV(B)170.55º71.92%79.61%-
XYZ31.2846.8850.58-
YUV156.72141.1356.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.95%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=12.95%
G=46.14%
B=40.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572031800.7200.110.20170.5558.450.98
Hex39CBB4480B14ab3a33
Octal71313264110013242537263
Binary11100111001011101101001001000010111010010101011111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,203,180); }

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

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

 a { background-color: rgb(57,203,180); }

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

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

 span { border-color: rgb(57,203,180); }

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