Html Css Color HEX #3BCABA Medium Turquoise

📋 copy color: '#3BCABA'

red 59 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #3BCABA

Tints of Medium Turquoise #3BCABA

RGB

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

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

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

R = 13.2%
G = 45.19%
B = 41.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#3BCABA (or 0x3BCABA) is known color: Medium Turquoise. HEX triplet: 3B, CA and BA. RGB value is (59,202,186). Sum of RGB (Red+Green+Blue) = 59+202+186=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #3BCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCABA is #C43545. Grayscale: #9D9D9D. Windows color (decimal): -12858694 or 12241467. OLE color: 12241467.

HSL color Cylindrical-coordinate representation of color #3BCABA: hue angle of 173.29º 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 #3BCABA is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 59 202 186 -
CMYK 0.71 0 0.08 0.21
HSL 173.29º 0.57% 0.51% -
HSV(B) 173.29º 0.71% 0.79% -
XYZ 31.79 46.72 53.8 -
YUV 157.42 144.12 57.8 -
System Red Green Blue C M Y K H S L
Decimal 59 202 186 0.71 0 0.08 0.21 173.29 0.57 0.51
Hex 3B CA BA 47 0 8 15 AD 39 33
Octal 73 312 272 107 0 10 25 255 71 63
Binary 111011 11001010 10111010 1000111 0 1000 10101 10101101 111001 110011

Color Harmonies of #3BCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCABA

Black with #3BCABA

Text Example


Text Example

White with #3BCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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