Html Css Color HEX #36D6B9 Turquoise

📋 copy color: '#36D6B9'

red 54 ◦ green 214 ◦ blue 185

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

Shades of Turquoise #36D6B9

Tints of Turquoise #36D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.24%

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

R = 11.92%
G = 47.24%
B = 40.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#36D6B9 (or 0x36D6B9) is known color: Turquoise. HEX triplet: 36, D6 and B9. RGB value is (54,214,185). Sum of RGB (Red+Green+Blue) = 54+214+185=453 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.92% from 453); Green value is 214 (83.98% from 255 or 47.24% from 453); Blue value is 185 (72.66% from 255 or 40.84% from 453); Max value from RGB is 214 - color contains mainly: green. Hex color #36D6B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D6B9 is #C92946. Grayscale: #A2A2A2. Windows color (decimal): -13183303 or 12178998. OLE color: 12178998.

HSL color Cylindrical-coordinate representation of color #36D6B9: hue angle of 169.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D6B9 is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 54 214 185 -
CMYK 0.75 0 0.14 0.16
HSL 169.13º 0.66% 0.53% -
HSV(B) 169.13º 0.75% 0.84% -
XYZ 34.32 52.38 54.2 -
YUV 162.85 140.49 50.36 -
System Red Green Blue C M Y K H S L
Decimal 54 214 185 0.75 0 0.14 0.16 169.13 0.66 0.53
Hex 36 D6 B9 4B 0 E 10 A9 42 35
Octal 66 326 271 113 0 16 20 251 102 65
Binary 110110 11010110 10111001 1001011 0 1110 10000 10101001 1000010 110101

Color Harmonies of #36D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D6B9

Black with #36D6B9

Text Example


Text Example

White with #36D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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