Html Css Color HEX #3CC0BC Medium Turquoise

📋 copy color: '#3CC0BC'

red 60 ◦ green 192 ◦ blue 188

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

Shades of Medium Turquoise #3CC0BC

Tints of Medium Turquoise #3CC0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 13.64%
G = 43.64%
B = 42.73%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#3CC0BC (or 0x3CC0BC) is known color: Medium Turquoise. HEX triplet: 3C, C0 and BC. RGB value is (60,192,188). Sum of RGB (Red+Green+Blue) = 60+192+188=440 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.64% from 440); Green value is 192 (75.39% from 255 or 43.64% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0BC is #C33F43. Grayscale: #979797. Windows color (decimal): -12795716 or 12369980. OLE color: 12369980.

HSL color Cylindrical-coordinate representation of color #3CC0BC: hue angle of 178.18º 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 #3CC0BC is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 188 -
CMYK 0.69 0 0.02 0.25
HSL 178.18º 0.52% 0.49% -
HSV(B) 178.18º 0.69% 0.75% -
XYZ 29.79 42.29 54.17 -
YUV 152.08 148.27 62.33 -
System Red Green Blue C M Y K H S L
Decimal 60 192 188 0.69 0 0.02 0.25 178.18 0.52 0.49
Hex 3C C0 BC 45 0 2 19 B2 34 31
Octal 74 300 274 105 0 2 31 262 64 61
Binary 111100 11000000 10111100 1000101 0 10 11001 10110010 110100 110001

Color Harmonies of #3CC0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0BC

Black with #3CC0BC

Text Example


Text Example

White with #3CC0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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