Html Css Color HEX #3BC8B5 Medium Turquoise

📋 copy color: '#3BC8B5'

red 59 ◦ green 200 ◦ blue 181

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

Shades of Medium Turquoise #3BC8B5

Tints of Medium Turquoise #3BC8B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 13.41%
G = 45.45%
B = 41.14%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#3BC8B5 (or 0x3BC8B5) is known color: Medium Turquoise. HEX triplet: 3B, C8 and B5. RGB value is (59,200,181). Sum of RGB (Red+Green+Blue) = 59+200+181=440 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.41% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC8B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC8B5 is #C4374A. Grayscale: #9B9B9B. Windows color (decimal): -12859211 or 11913275. OLE color: 11913275.

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

Color convert

RGB 59 200 181 -
CMYK 0.70 0 0.09 0.22
HSL 171.91º 0.56% 0.51% -
HSV(B) 171.91º 0.71% 0.78% -
XYZ 30.8 45.57 50.89 -
YUV 155.68 142.29 59.04 -
System Red Green Blue C M Y K H S L
Decimal 59 200 181 0.70 0 0.09 0.22 171.91 0.56 0.51
Hex 3B C8 B5 46 0 9 16 AC 38 33
Octal 73 310 265 106 0 11 26 254 70 63
Binary 111011 11001000 10110101 1000110 0 1001 10110 10101100 111000 110011

Color Harmonies of #3BC8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC8B5

Black with #3BC8B5

Text Example


Text Example

White with #3BC8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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