Html Css Color HEX #36DCBE Turquoise

📋 copy color: '#36DCBE'

red 54 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #36DCBE

Tints of Turquoise #36DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 11.64%
G = 47.41%
B = 40.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#36DCBE (or 0x36DCBE) is known color: Turquoise. HEX triplet: 36, DC and BE. RGB value is (54,220,190). Sum of RGB (Red+Green+Blue) = 54+220+190=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCBE is #C92341. Grayscale: #A6A6A6. Windows color (decimal): -13181762 or 12508214. OLE color: 12508214.

HSL color Cylindrical-coordinate representation of color #36DCBE: hue angle of 169.16º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36DCBE is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 220 190 -
CMYK 0.75 0 0.14 0.14
HSL 169.16º 0.7% 0.54% -
HSV(B) 169.16º 0.75% 0.86% -
XYZ 36.41 55.69 57.55 -
YUV 166.95 141 47.44 -
System Red Green Blue C M Y K H S L
Decimal 54 220 190 0.75 0 0.14 0.14 169.16 0.7 0.54
Hex 36 DC BE 4B 0 E E A9 46 36
Octal 66 334 276 113 0 16 16 251 106 66
Binary 110110 11011100 10111110 1001011 0 1110 1110 10101001 1000110 110110

Color Harmonies of #36DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCBE

Black with #36DCBE

Text Example


Text Example

White with #36DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,220,190); }

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

background-color css

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

 a { background-color: rgb(54,220,190); }

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

border-color css

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

 span { border-color: rgb(54,220,190); }

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