Html Css Color HEX #36DCC6 Turquoise

📋 copy color: '#36DCC6'

red 54 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #36DCC6

Tints of Turquoise #36DCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 11.44%
G = 46.61%
B = 41.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#36DCC6 (or 0x36DCC6) is known color: Turquoise. HEX triplet: 36, DC and C6. RGB value is (54,220,198). Sum of RGB (Red+Green+Blue) = 54+220+198=472 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.44% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #36DCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36DCC6 is #C92339. Grayscale: #A7A7A7. Windows color (decimal): -13181754 or 13032502. OLE color: 13032502.

HSL color Cylindrical-coordinate representation of color #36DCC6: hue angle of 172.05º 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 #36DCC6 is Cyan = 0.75, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 220 198 -
CMYK 0.75 0 0.1 0.14
HSL 172.05º 0.7% 0.54% -
HSV(B) 172.05º 0.75% 0.86% -
XYZ 37.31 56.05 62.28 -
YUV 167.86 145 46.79 -
System Red Green Blue C M Y K H S L
Decimal 54 220 198 0.75 0 0.1 0.14 172.05 0.7 0.54
Hex 36 DC C6 4B 0 A E AC 46 36
Octal 66 334 306 113 0 12 16 254 106 66
Binary 110110 11011100 11000110 1001011 0 1010 1110 10101100 1000110 110110

Color Harmonies of #36DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36DCC6

Black with #36DCC6

Text Example


Text Example

White with #36DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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