Html Css Color HEX #3BCAB5 Medium Turquoise

📋 copy color: '#3BCAB5'

red 59 ◦ green 202 ◦ blue 181

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

Shades of Medium Turquoise #3BCAB5

Tints of Medium Turquoise #3BCAB5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

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

R = 13.35%
G = 45.7%
B = 40.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#3BCAB5 (or 0x3BCAB5) is known color: Medium Turquoise. HEX triplet: 3B, CA and B5. RGB value is (59,202,181). Sum of RGB (Red+Green+Blue) = 59+202+181=442 (58% of max value = 765). Red value is 59 (23.44% from 255 or 13.35% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCAB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCAB5 is #C4354A. Grayscale: #9C9C9C. Windows color (decimal): -12858699 or 11913787. OLE color: 11913787.

HSL color Cylindrical-coordinate representation of color #3BCAB5: hue angle of 171.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCAB5 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 181 -
CMYK 0.71 0 0.10 0.21
HSL 171.19º 0.57% 0.51% -
HSV(B) 171.19º 0.71% 0.79% -
XYZ 31.26 46.51 51.05 -
YUV 156.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 59 202 181 0.71 0 0.10 0.21 171.19 0.57 0.51
Hex 3B CA B5 47 0 A 15 AB 39 33
Octal 73 312 265 107 0 12 25 253 71 63
Binary 111011 11001010 10110101 1000111 0 1010 10101 10101011 111001 110011

Color Harmonies of #3BCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCAB5

Black with #3BCAB5

Text Example


Text Example

White with #3BCAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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