Html Css Color HEX #36C1BA Medium Turquoise

📋 copy color: '#36C1BA'

red 54 ◦ green 193 ◦ blue 186

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

Shades of Medium Turquoise #36C1BA

Tints of Medium Turquoise #36C1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.57%

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

R = 12.47%
G = 44.57%
B = 42.96%

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

#36C1BA (or 0x36C1BA) is known color: Medium Turquoise. HEX triplet: 36, C1 and BA. RGB value is (54,193,186). Sum of RGB (Red+Green+Blue) = 54+193+186=433 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.47% from 433); Green value is 193 (75.78% from 255 or 44.57% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 193 - color contains mainly: green. Hex color #36C1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C1BA is #C93E45. Grayscale: #969696. Windows color (decimal): -13188678 or 12239158. OLE color: 12239158.

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

Color convert

RGB 54 193 186 -
CMYK 0.72 0 0.04 0.24
HSL 176.98º 0.56% 0.48% -
HSV(B) 176.98º 0.72% 0.76% -
XYZ 29.45 42.47 53.1 -
YUV 150.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 54 193 186 0.72 0 0.04 0.24 176.98 0.56 0.48
Hex 36 C1 BA 48 0 4 18 B1 38 30
Octal 66 301 272 110 0 4 30 261 70 60
Binary 110110 11000001 10111010 1001000 0 100 11000 10110001 111000 110000

Color Harmonies of #36C1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C1BA

Black with #36C1BA

Text Example


Text Example

White with #36C1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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