Html Css Color HEX #3BC8B4 Medium Turquoise

📋 copy color: '#3BC8B4'

red 59 ◦ green 200 ◦ blue 180

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

Shades of Medium Turquoise #3BC8B4

Tints of Medium Turquoise #3BC8B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41%

R = 13.44%
G = 45.56%
B = 41%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.1

 K value IS 0.22

RGB Variations

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

Color information

#3BC8B4 (or 0x3BC8B4) is known color: Medium Turquoise. HEX triplet: 3B, C8 and B4. RGB value is (59,200,180). Sum of RGB (Red+Green+Blue) = 59+200+180=439 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.44% from 439); Green value is 200 (78.52% from 255 or 45.56% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8B4 is #C4374B. Grayscale: #9B9B9B. Windows color (decimal): -12859212 or 11847739. OLE color: 11847739.

HSL color Cylindrical-coordinate representation of color #3BC8B4: hue angle of 171.49º 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 #3BC8B4 is Cyan = 0.70, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 180 -
CMYK 0.70 0 0.1 0.22
HSL 171.49º 0.56% 0.51% -
HSV(B) 171.49º 0.71% 0.78% -
XYZ 30.7 45.53 50.35 -
YUV 155.56 141.79 59.13 -
System Red Green Blue C M Y K H S L
Decimal 59 200 180 0.70 0 0.1 0.22 171.49 0.56 0.51
Hex 3B C8 B4 46 0 A 16 AB 38 33
Octal 73 310 264 106 0 12 26 253 70 63
Binary 111011 11001000 10110100 1000110 0 1010 10110 10101011 111000 110011

Color Harmonies of #3BC8B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC8B4

Black with #3BC8B4

Text Example


Text Example

White with #3BC8B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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