Html Css Color HEX #3CC0C0 Medium Turquoise

📋 copy color: '#3CC0C0'

red 60 ◦ green 192 ◦ blue 192

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

Shades of Medium Turquoise #3CC0C0

Tints of Medium Turquoise #3CC0C0

RGB

 RED value IS 60 (23.83% from 255) = 13.51%

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

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

R = 13.51%
G = 43.24%
B = 43.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3CC0C0 (or 0x3CC0C0) is known color: Medium Turquoise. HEX triplet: 3C, C0 and C0. RGB value is (60,192,192). Sum of RGB (Red+Green+Blue) = 60+192+192=444 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.51% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: green, blue. Hex color #3CC0C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0C0 is #C33F3F. Grayscale: #989898. Windows color (decimal): -12795712 or 12632124. OLE color: 12632124.

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

Color convert

RGB 60 192 192 -
CMYK 0.69 0 0 0.25
HSL 180º 0.52% 0.49% -
HSV(B) 180º 0.69% 0.75% -
XYZ 30.23 42.47 56.47 -
YUV 152.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 60 192 192 0.69 0 0 0.25 180 0.52 0.49
Hex 3C C0 C0 45 0 0 19 B4 34 31
Octal 74 300 300 105 0 0 31 264 64 61
Binary 111100 11000000 11000000 1000101 0 0 11001 10110100 110100 110001

Color Harmonies of #3CC0C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0C0

Black with #3CC0C0

Text Example


Text Example

White with #3CC0C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CC0C0; }

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

 H1.HeaderClassName
 {
   color: #3CC0C0;
 }
 .AnyTagClassName
 {
   color: #3CC0C0;
 }
</style>

background-color css

<style>
 a { background-color: #3CC0C0; }

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

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

border-color css

<style>
 span { border-color: #3CC0C0; }

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

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