Html Css Color HEX #36C2C6 Medium Turquoise

📋 copy color: '#36C2C6'

red 54 ◦ green 194 ◦ blue 198

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

Shades of Medium Turquoise #36C2C6

Tints of Medium Turquoise #36C2C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.39%

R = 12.11%
G = 43.5%
B = 44.39%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#36C2C6 (or 0x36C2C6) is known color: Medium Turquoise. HEX triplet: 36, C2 and C6. RGB value is (54,194,198). Sum of RGB (Red+Green+Blue) = 54+194+198=446 (59% of max value = 765). Red value is 54 (21.48% from 255 or 12.11% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 198 (77.73% from 255 or 44.39% from 446); Max value from RGB is 198 - color contains mainly: blue. Hex color #36C2C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C2C6 is #C93D39. Grayscale: #989898. Windows color (decimal): -13188410 or 13025846. OLE color: 13025846.

HSL color Cylindrical-coordinate representation of color #36C2C6: hue angle of 181.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C2C6 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 54 194 198 -
CMYK 0.73 0.02 0 0.22
HSL 181.67º 0.57% 0.49% -
HSV(B) 181.67º 0.73% 0.78% -
XYZ 31.01 43.45 60.18 -
YUV 152.6 153.62 57.67 -
System Red Green Blue C M Y K H S L
Decimal 54 194 198 0.73 0.02 0 0.22 181.67 0.57 0.49
Hex 36 C2 C6 49 2 0 16 B6 39 31
Octal 66 302 306 111 2 0 26 266 71 61
Binary 110110 11000010 11000110 1001001 10 0 10110 10110110 111001 110001

Color Harmonies of #36C2C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C2C6

Black with #36C2C6

Text Example


Text Example

White with #36C2C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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