Html Css Color HEX #36CECC Medium Turquoise

📋 copy color: '#36CECC'

red 54 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #36CECC

Tints of Medium Turquoise #36CECC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 204 (80.08% from 255) = 43.97%

R = 11.64%
G = 44.4%
B = 43.97%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#36CECC (or 0x36CECC) is known color: Medium Turquoise. HEX triplet: 36, CE and CC. RGB value is (54,206,204). Sum of RGB (Red+Green+Blue) = 54+206+204=464 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.64% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #36CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CECC is #C93133. Grayscale: #A0A0A0. Windows color (decimal): -13185332 or 13422134. OLE color: 13422134.

HSL color Cylindrical-coordinate representation of color #36CECC: hue angle of 179.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CECC is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 54 206 204 -
CMYK 0.74 0 0.01 0.19
HSL 179.21º 0.61% 0.51% -
HSV(B) 179.21º 0.74% 0.81% -
XYZ 34.49 49.29 64.82 -
YUV 160.32 152.64 52.16 -
System Red Green Blue C M Y K H S L
Decimal 54 206 204 0.74 0 0.01 0.19 179.21 0.61 0.51
Hex 36 CE CC 4A 0 1 13 B3 3D 33
Octal 66 316 314 112 0 1 23 263 75 63
Binary 110110 11001110 11001100 1001010 0 1 10011 10110011 111101 110011

Color Harmonies of #36CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36CECC

Black with #36CECC

Text Example


Text Example

White with #36CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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