Html Css Color HEX #3BC8C0 Medium Turquoise

📋 copy color: '#3BC8C0'

red 59 ◦ green 200 ◦ blue 192

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

Shades of Medium Turquoise #3BC8C0

Tints of Medium Turquoise #3BC8C0

RGB

 RED value IS 59 (23.44% from 255) = 13.08%

 GREEN value IS 200 (78.52% from 255) = 44.35%

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

R = 13.08%
G = 44.35%
B = 42.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#3BC8C0 (or 0x3BC8C0) is known color: Medium Turquoise. HEX triplet: 3B, C8 and C0. RGB value is (59,200,192). Sum of RGB (Red+Green+Blue) = 59+200+192=451 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.08% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8C0 is #C4373F. Grayscale: #9C9C9C. Windows color (decimal): -12859200 or 12634171. OLE color: 12634171.

HSL color Cylindrical-coordinate representation of color #3BC8C0: hue angle of 176.6º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC8C0 is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 192 -
CMYK 0.70 0 0.04 0.22
HSL 176.6º 0.56% 0.51% -
HSV(B) 176.6º 0.71% 0.78% -
XYZ 31.97 46.04 57.07 -
YUV 156.93 147.79 58.15 -
System Red Green Blue C M Y K H S L
Decimal 59 200 192 0.70 0 0.04 0.22 176.6 0.56 0.51
Hex 3B C8 C0 46 0 4 16 B1 38 33
Octal 73 310 300 106 0 4 26 261 70 63
Binary 111011 11001000 11000000 1000110 0 100 10110 10110001 111000 110011

Color Harmonies of #3BC8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC8C0

Black with #3BC8C0

Text Example


Text Example

White with #3BC8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,200,192); }

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

background-color css

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

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

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

border-color css

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

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

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