Html Css Color HEX #36C2BA Medium Turquoise

📋 copy color: '#36C2BA'

red 54 ◦ green 194 ◦ blue 186

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

Shades of Medium Turquoise #36C2BA

Tints of Medium Turquoise #36C2BA

RGB

 RED value IS 54 (21.48% from 255) = 12.44%

 GREEN value IS 194 (76.17% from 255) = 44.7%

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

R = 12.44%
G = 44.7%
B = 42.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#36C2BA (or 0x36C2BA) is known color: Medium Turquoise. HEX triplet: 36, C2 and BA. RGB value is (54,194,186). Sum of RGB (Red+Green+Blue) = 54+194+186=434 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.44% from 434); Green value is 194 (76.17% from 255 or 44.70% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 194 - color contains mainly: green. Hex color #36C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2BA is #C93D45. Grayscale: #979797. Windows color (decimal): -13188422 or 12239414. OLE color: 12239414.

HSL color Cylindrical-coordinate representation of color #36C2BA: hue angle of 176.57º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C2BA is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 54 194 186 -
CMYK 0.72 0 0.04 0.24
HSL 176.57º 0.56% 0.49% -
HSV(B) 176.57º 0.72% 0.76% -
XYZ 29.68 42.91 53.17 -
YUV 151.23 147.62 58.65 -
System Red Green Blue C M Y K H S L
Decimal 54 194 186 0.72 0 0.04 0.24 176.57 0.56 0.49
Hex 36 C2 BA 48 0 4 18 B1 38 31
Octal 66 302 272 110 0 4 30 261 70 61
Binary 110110 11000010 10111010 1001000 0 100 11000 10110001 111000 110001

Color Harmonies of #36C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C2BA

Black with #36C2BA

Text Example


Text Example

White with #36C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36C2BA; }

 p { color: rgb(54,194,186); }

 H1.HeaderClassName
 {
   color: #36C2BA;
 }
 .AnyTagClassName
 {
   color: #36C2BA;
 }
</style>

background-color css

<style>
 a { background-color: #36C2BA; }

 a { background-color: rgb(54,194,186); }

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

border-color css

<style>
 span { border-color: #36C2BA; }

 span { border-color: rgb(54,194,186); }

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