Html Css Color HEX #39C0C0 Medium Turquoise

📋 copy color: '#39C0C0'

red 57 ◦ green 192 ◦ blue 192

#39C0C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #39C0C0

Tints of Medium Turquoise #39C0C0

RGB

 RED value IS 57 (22.66% from 255) = 12.93%

 GREEN value IS 192 (75.39% from 255) = 43.54%

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 12.93%
G = 43.54%
B = 43.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#39C0C0 (or 0x39C0C0) is known color: Medium Turquoise. HEX triplet: 39, C0 and C0. RGB value is (57,192,192). Sum of RGB (Red+Green+Blue) = 57+192+192=441 (58% of max value = 765). Red value is 57 (22.66% from 255 or 12.93% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #39C0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39C0C0 is #C63F3F. Grayscale: #979797. Windows color (decimal): -12992320 or 12632121. OLE color: 12632121.

HSL color Cylindrical-coordinate representation of color #39C0C0: hue angle of 180º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39C0C0 is Cyan = 0.70, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 57 192 192 -
CMYK 0.70 0 0 0.25
HSL 180º 0.54% 0.49% -
HSV(B) 180º 0.7% 0.75% -
XYZ 30.05 42.37 56.46 -
YUV 151.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 57 192 192 0.70 0 0 0.25 180 0.54 0.49
Hex 39 C0 C0 46 0 0 19 B4 36 31
Octal 71 300 300 106 0 0 31 264 66 61
Binary 111001 11000000 11000000 1000110 0 0 11001 10110100 110110 110001

Color Harmonies of #39C0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39C0C0

Black with #39C0C0

Text Example


Text Example

White with #39C0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,192,192); }

 H1.HeaderClassName
 {
   color: #39C0C0;
 }
 .AnyTagClassName
 {
   color: #39C0C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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