Html Css Color HEX #36C0BE Medium Turquoise

📋 copy color: '#36C0BE'

red 54 ◦ green 192 ◦ blue 190

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

Shades of Medium Turquoise #36C0BE

Tints of Medium Turquoise #36C0BE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.04%

 BLUE value IS 190 (74.61% from 255) = 43.58%

R = 12.39%
G = 44.04%
B = 43.58%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#36C0BE (or 0x36C0BE) is known color: Medium Turquoise. HEX triplet: 36, C0 and BE. RGB value is (54,192,190). Sum of RGB (Red+Green+Blue) = 54+192+190=436 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.39% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #36C0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C0BE is #C93F41. Grayscale: #969696. Windows color (decimal): -13188930 or 12501046. OLE color: 12501046.

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

Color convert

RGB 54 192 190 -
CMYK 0.72 0 0.01 0.25
HSL 179.13º 0.56% 0.48% -
HSV(B) 179.13º 0.72% 0.75% -
XYZ 29.67 42.2 55.3 -
YUV 150.51 150.28 59.16 -
System Red Green Blue C M Y K H S L
Decimal 54 192 190 0.72 0 0.01 0.25 179.13 0.56 0.48
Hex 36 C0 BE 48 0 1 19 B3 38 30
Octal 66 300 276 110 0 1 31 263 70 60
Binary 110110 11000000 10111110 1001000 0 1 11001 10110011 111000 110000

Color Harmonies of #36C0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C0BE

Black with #36C0BE

Text Example


Text Example

White with #36C0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,192,190); }

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

background-color css

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

 a { background-color: rgb(54,192,190); }

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

border-color css

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

 span { border-color: rgb(54,192,190); }

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