Html Css Color HEX #36CCC4 Medium Turquoise

📋 copy color: '#36CCC4'

red 54 ◦ green 204 ◦ blue 196

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

Shades of Medium Turquoise #36CCC4

Tints of Medium Turquoise #36CCC4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 196 (76.95% from 255) = 43.17%

R = 11.89%
G = 44.93%
B = 43.17%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#36CCC4 (or 0x36CCC4) is known color: Medium Turquoise. HEX triplet: 36, CC and C4. RGB value is (54,204,196). Sum of RGB (Red+Green+Blue) = 54+204+196=454 (60% of max value = 765). Red value is 54 (21.48% from 255 or 11.89% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 196 (76.95% from 255 or 43.17% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #36CCC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CCC4 is #C9333B. Grayscale: #9E9E9E. Windows color (decimal): -13185852 or 12897334. OLE color: 12897334.

HSL color Cylindrical-coordinate representation of color #36CCC4: hue angle of 176.8º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CCC4 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB 54 204 196 -
CMYK 0.74 0 0.04 0.2
HSL 176.8º 0.6% 0.51% -
HSV(B) 176.8º 0.74% 0.8% -
XYZ 33.08 47.96 59.74 -
YUV 158.24 149.31 53.65 -
System Red Green Blue C M Y K H S L
Decimal 54 204 196 0.74 0 0.04 0.2 176.8 0.6 0.51
Hex 36 CC C4 4A 0 4 14 B1 3C 33
Octal 66 314 304 112 0 4 24 261 74 63
Binary 110110 11001100 11000100 1001010 0 100 10100 10110001 111100 110011

Color Harmonies of #36CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CCC4

Black with #36CCC4

Text Example


Text Example

White with #36CCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,204,196); }

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

background-color css

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

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

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

border-color css

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

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

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