Html Css Color HEX #36D0C6 Medium Turquoise

📋 copy color: '#36D0C6'

red 54 ◦ green 208 ◦ blue 198

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

Shades of Medium Turquoise #36D0C6

Tints of Medium Turquoise #36D0C6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.22%

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

R = 11.74%
G = 45.22%
B = 43.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#36D0C6 (or 0x36D0C6) is known color: Medium Turquoise. HEX triplet: 36, D0 and C6. RGB value is (54,208,198). Sum of RGB (Red+Green+Blue) = 54+208+198=460 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.74% from 460); Green value is 208 (81.64% from 255 or 45.22% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 208 - color contains mainly: green. Hex color #36D0C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36D0C6 is #C92F39. Grayscale: #A0A0A0. Windows color (decimal): -13184826 or 13029430. OLE color: 13029430.

HSL color Cylindrical-coordinate representation of color #36D0C6: hue angle of 176.1º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D0C6 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 54 208 198 -
CMYK 0.74 0 0.05 0.18
HSL 176.1º 0.62% 0.51% -
HSV(B) 176.1º 0.74% 0.82% -
XYZ 34.27 49.97 61.27 -
YUV 160.81 148.98 51.81 -
System Red Green Blue C M Y K H S L
Decimal 54 208 198 0.74 0 0.05 0.18 176.1 0.62 0.51
Hex 36 D0 C6 4A 0 5 12 B0 3E 33
Octal 66 320 306 112 0 5 22 260 76 63
Binary 110110 11010000 11000110 1001010 0 101 10010 10110000 111110 110011

Color Harmonies of #36D0C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36D0C6

Black with #36D0C6

Text Example


Text Example

White with #36D0C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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