Html Css Color HEX #36CEB9 Medium Turquoise

📋 copy color: '#36CEB9'

red 54 ◦ green 206 ◦ blue 185

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

Shades of Medium Turquoise #36CEB9

Tints of Medium Turquoise #36CEB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 12.13%
G = 46.29%
B = 41.57%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#36CEB9 (or 0x36CEB9) is known color: Medium Turquoise. HEX triplet: 36, CE and B9. RGB value is (54,206,185). Sum of RGB (Red+Green+Blue) = 54+206+185=445 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.13% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #36CEB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CEB9 is #C93146. Grayscale: #9E9E9E. Windows color (decimal): -13185351 or 12176950. OLE color: 12176950.

HSL color Cylindrical-coordinate representation of color #36CEB9: hue angle of 171.71º 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 #36CEB9 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 206 185 -
CMYK 0.74 0 0.10 0.19
HSL 171.71º 0.61% 0.51% -
HSV(B) 171.71º 0.74% 0.81% -
XYZ 32.35 48.43 53.54 -
YUV 158.16 143.14 53.71 -
System Red Green Blue C M Y K H S L
Decimal 54 206 185 0.74 0 0.10 0.19 171.71 0.61 0.51
Hex 36 CE B9 4A 0 A 13 AC 3D 33
Octal 66 316 271 112 0 12 23 254 75 63
Binary 110110 11001110 10111001 1001010 0 1010 10011 10101100 111101 110011

Color Harmonies of #36CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CEB9

Black with #36CEB9

Text Example


Text Example

White with #36CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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