Html Css Color HEX #36CEB5 Medium Turquoise

📋 copy color: '#36CEB5'

red 54 ◦ green 206 ◦ blue 181

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

Shades of Medium Turquoise #36CEB5

Tints of Medium Turquoise #36CEB5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 12.24%
G = 46.71%
B = 41.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#36CEB5 (or 0x36CEB5) is known color: Medium Turquoise. HEX triplet: 36, CE and B5. RGB value is (54,206,181). Sum of RGB (Red+Green+Blue) = 54+206+181=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEB5 is #C9314A. Grayscale: #9D9D9D. Windows color (decimal): -13185355 or 11914806. OLE color: 11914806.

HSL color Cylindrical-coordinate representation of color #36CEB5: hue angle of 170.13º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CEB5 is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 206 181 -
CMYK 0.74 0 0.12 0.19
HSL 170.13º 0.61% 0.51% -
HSV(B) 170.13º 0.74% 0.81% -
XYZ 31.93 48.26 51.35 -
YUV 157.7 141.14 54.03 -
System Red Green Blue C M Y K H S L
Decimal 54 206 181 0.74 0 0.12 0.19 170.13 0.61 0.51
Hex 36 CE B5 4A 0 C 13 AA 3D 33
Octal 66 316 265 112 0 14 23 252 75 63
Binary 110110 11001110 10110101 1001010 0 1100 10011 10101010 111101 110011

Color Harmonies of #36CEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEB5

Black with #36CEB5

Text Example


Text Example

White with #36CEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,206,181); }

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

background-color css

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

 a { background-color: rgb(54,206,181); }

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

border-color css

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

 span { border-color: rgb(54,206,181); }

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