Html Css Color HEX #36C8C9 Medium Turquoise

📋 copy color: '#36C8C9'

red 54 ◦ green 200 ◦ blue 201

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

Shades of Medium Turquoise #36C8C9

Tints of Medium Turquoise #36C8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.96%

 BLUE value IS 201 (78.91% from 255) = 44.18%

R = 11.87%
G = 43.96%
B = 44.18%

CMYK

 C value IS 0.73

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#36C8C9 (or 0x36C8C9) is known color: Medium Turquoise. HEX triplet: 36, C8 and C9. RGB value is (54,200,201). Sum of RGB (Red+Green+Blue) = 54+200+201=455 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.87% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #36C8C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C8C9 is #C93736. Grayscale: #9C9C9C. Windows color (decimal): -13186871 or 13223990. OLE color: 13223990.

HSL color Cylindrical-coordinate representation of color #36C8C9: hue angle of 180.41º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C8C9 is Cyan = 0.73, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 200 201 -
CMYK 0.73 0.00 0 0.21
HSL 180.41º 0.58% 0.5% -
HSV(B) 180.41º 0.73% 0.79% -
XYZ 32.72 46.31 62.47 -
YUV 156.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 54 200 201 0.73 0.00 0 0.21 180.41 0.58 0.5
Hex 36 C8 C9 49 0 0 15 B4 3A 32
Octal 66 310 311 111 0 0 25 264 72 62
Binary 110110 11001000 11001001 1001001 0 0 10101 10110100 111010 110010

Color Harmonies of #36C8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C8C9

Black with #36C8C9

Text Example


Text Example

White with #36C8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,200,201); }

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

background-color css

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

 a { background-color: rgb(54,200,201); }

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

border-color css

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

 span { border-color: rgb(54,200,201); }

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