Html Css Color HEX #3CC0BA Medium Turquoise

📋 copy color: '#3CC0BA'

red 60 ◦ green 192 ◦ blue 186

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

Shades of Medium Turquoise #3CC0BA

Tints of Medium Turquoise #3CC0BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 13.7%
G = 43.84%
B = 42.47%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#3CC0BA (or 0x3CC0BA) is known color: Medium Turquoise. HEX triplet: 3C, C0 and BA. RGB value is (60,192,186). Sum of RGB (Red+Green+Blue) = 60+192+186=438 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.70% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC0BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC0BA is #C33F45. Grayscale: #979797. Windows color (decimal): -12795718 or 12238908. OLE color: 12238908.

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

Color convert

RGB 60 192 186 -
CMYK 0.69 0 0.03 0.25
HSL 177.27º 0.52% 0.49% -
HSV(B) 177.27º 0.69% 0.75% -
XYZ 29.58 42.21 53.04 -
YUV 151.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 60 192 186 0.69 0 0.03 0.25 177.27 0.52 0.49
Hex 3C C0 BA 45 0 3 19 B1 34 31
Octal 74 300 272 105 0 3 31 261 64 61
Binary 111100 11000000 10111010 1000101 0 11 11001 10110001 110100 110001

Color Harmonies of #3CC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC0BA

Black with #3CC0BA

Text Example


Text Example

White with #3CC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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