Html Css Color HEX #36EDB6 Turquoise

📋 copy color: '#36EDB6'

red 54 ◦ green 237 ◦ blue 182

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

Shades of Turquoise #36EDB6

Tints of Turquoise #36EDB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.48%

R = 11.42%
G = 50.11%
B = 38.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#36EDB6 (or 0x36EDB6) is known color: Turquoise. HEX triplet: 36, ED and B6. RGB value is (54,237,182). Sum of RGB (Red+Green+Blue) = 54+237+182=473 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.42% from 473); Green value is 237 (92.97% from 255 or 50.11% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 237 - color contains mainly: green. Hex color #36EDB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #36EDB6 is #C91249. Grayscale: #B0B0B0. Windows color (decimal): -13177418 or 11988278. OLE color: 11988278.

HSL color Cylindrical-coordinate representation of color #36EDB6: hue angle of 161.97º 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 #36EDB6 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 54 237 182 -
CMYK 0.77 0 0.23 0.07
HSL 161.97º 0.84% 0.57% -
HSV(B) 161.97º 0.77% 0.93% -
XYZ 40.25 64.73 54.63 -
YUV 176.01 131.37 40.97 -
System Red Green Blue C M Y K H S L
Decimal 54 237 182 0.77 0 0.23 0.07 161.97 0.84 0.57
Hex 36 ED B6 4D 0 17 7 A2 54 39
Octal 66 355 266 115 0 27 7 242 124 71
Binary 110110 11101101 10110110 1001101 0 10111 111 10100010 1010100 111001

Color Harmonies of #36EDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36EDB6

Black with #36EDB6

Text Example


Text Example

White with #36EDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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