Html Css Color HEX #36EDB9 Turquoise

📋 copy color: '#36EDB9'

red 54 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #36EDB9

Tints of Turquoise #36EDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

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

R = 11.34%
G = 49.79%
B = 38.87%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#36EDB9 (or 0x36EDB9) is known color: Turquoise. HEX triplet: 36, ED and B9. RGB value is (54,237,185). Sum of RGB (Red+Green+Blue) = 54+237+185=476 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.34% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDB9 is #C91246. Grayscale: #B0B0B0. Windows color (decimal): -13177415 or 12184886. OLE color: 12184886.

HSL color Cylindrical-coordinate representation of color #36EDB9: hue angle of 162.95º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36EDB9 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 237 185 -
CMYK 0.77 0 0.22 0.07
HSL 162.95º 0.84% 0.57% -
HSV(B) 162.95º 0.77% 0.93% -
XYZ 40.56 64.86 56.28 -
YUV 176.36 132.87 40.73 -
System Red Green Blue C M Y K H S L
Decimal 54 237 185 0.77 0 0.22 0.07 162.95 0.84 0.57
Hex 36 ED B9 4D 0 16 7 A3 54 39
Octal 66 355 271 115 0 26 7 243 124 71
Binary 110110 11101101 10111001 1001101 0 10110 111 10100011 1010100 111001

Color Harmonies of #36EDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDB9

Black with #36EDB9

Text Example


Text Example

White with #36EDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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