Html Css Color HEX #36C9C9 Medium Turquoise

📋 copy color: '#36C9C9'

red 54 ◦ green 201 ◦ blue 201

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

Shades of Medium Turquoise #36C9C9

Tints of Medium Turquoise #36C9C9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.08%

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

R = 11.84%
G = 44.08%
B = 44.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#36C9C9 (or 0x36C9C9) is known color: Medium Turquoise. HEX triplet: 36, C9 and C9. RGB value is (54,201,201). Sum of RGB (Red+Green+Blue) = 54+201+201=456 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.84% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: green, blue. Hex color #36C9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36C9C9 is #C93636. Grayscale: #9C9C9C. Windows color (decimal): -13186615 or 13224246. OLE color: 13224246.

HSL color Cylindrical-coordinate representation of color #36C9C9: hue angle of 180º 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 #36C9C9 is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 201 201 -
CMYK 0.73 0 0 0.21
HSL 180º 0.58% 0.5% -
HSV(B) 180º 0.73% 0.79% -
XYZ 32.95 46.77 62.55 -
YUV 157.05 152.8 54.5 -
System Red Green Blue C M Y K H S L
Decimal 54 201 201 0.73 0 0 0.21 180 0.58 0.5
Hex 36 C9 C9 49 0 0 15 B4 3A 32
Octal 66 311 311 111 0 0 25 264 72 62
Binary 110110 11001001 11001001 1001001 0 0 10101 10110100 111010 110010

Color Harmonies of #36C9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36C9C9

Black with #36C9C9

Text Example


Text Example

White with #36C9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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