#36CECB

Color #36CECB Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #36CECB

Tints of Medium Turquoise #36CECB

Color information

#36CECB (or 0x36CECB) is unknown color: approx Medium Turquoise. HEX triplet: 36, CE and CB. RGB value is (54,206,203). Sum of RGB (Red+Green+Blue) = 54+206+203=463 (61% of max value = 765). Red value is 54 (21.48% from 255 or 11.66% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #36CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36CECB is #C93134. Grayscale: #A0A0A0. Windows color (decimal): -13185333 or 13356598. OLE color: 13356598.

HSL color Cylindrical-coordinate representation of color #36CECB: hue angle of 178.82º 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 #36CECB is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB54206203-
CMYK0.7400.010.19
HSL178.82º60.8%50.98%-
HSV(B)178.82º73.79%80.78%-
XYZ34.3749.2464.19-
YUV160.21152.1452.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 11.66%
GREEN value IS 206 (80.86% from 255) = 44.49%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=11.66%
G=44.49%
B=43.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal542062030.7400.010.19178.8260.850.98
Hex36CECB4A0113b33d33
Octal6631631311201232637563
Binary11011011001110110010111001010011001110110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36CECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36CECB;
 }
 .AnyTagClassName
 {
   color: #36CECB;
 }
</style>
background-color css

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

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

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

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

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

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