#39CDC4

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

Shades of Medium Turquoise #39CDC4

Tints of Medium Turquoise #39CDC4

Color information

#39CDC4 (or 0x39CDC4) is unknown color: approx Medium Turquoise. HEX triplet: 39, CD and C4. RGB value is (57,205,196). Sum of RGB (Red+Green+Blue) = 57+205+196=458 (60% of max value = 765). Red value is 57 (22.66% from 255 or 12.45% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 196 (76.95% from 255 or 42.79% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #39CDC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39CDC4 is #C6323B. Grayscale: #9F9F9F. Windows color (decimal): -12988988 or 12897593. OLE color: 12897593.

HSL color Cylindrical-coordinate representation of color #39CDC4: hue angle of 176.35º degrees, saturation: 0.6, 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 #39CDC4 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB57205196-
CMYK0.7200.040.20
HSL176.35º59.68%51.37%-
HSV(B)176.35º72.2%80.39%-
XYZ33.4848.5259.82-
YUV159.72148.4754.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 12.45%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 196 (76.95% from 255) = 42.79%
R=12.45%
G=44.76%
B=42.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal572051960.7200.040.20176.3559.6851.37
Hex39CDC4480414b03c33
Octal7131530411004242607463
Binary1110011100110111000100100100001001010010110000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39CDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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