#53C6C4

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

Shades of Medium Turquoise #53C6C4

Tints of Medium Turquoise #53C6C4

Color information

#53C6C4 (or 0x53C6C4) is unknown color: approx Medium Turquoise. HEX triplet: 53, C6 and C4. RGB value is (83,198,196). Sum of RGB (Red+Green+Blue) = 83+198+196=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 196 (76.95% from 255 or 41.09% from 477); Max value from RGB is 198 - color contains mainly: green. Hex color #53C6C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6C4 is #AC393B. Grayscale: #A3A3A3. Windows color (decimal): -11286844 or 12895827. OLE color: 12895827.

HSL color Cylindrical-coordinate representation of color #53C6C4: hue angle of 178.96º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C6C4 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB83198196-
CMYK0.5800.010.22
HSL178.96º50.22%55.1%-
HSV(B)178.96º58.08%77.65%-
XYZ33.7346.2159.37-
YUV163.39146.470.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.40%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 196 (76.95% from 255) = 41.09%
R=17.40%
G=41.51%
B=41.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831981960.5800.010.22178.9650.2255.1
Hex53C6C43A0116b33237
Octal1233063047201262636267
Binary10100111100011011000100111010011011010110011110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53C6C4; }

 p { color: rgb(83,198,196); }

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

<style>
 a { background-color: #53C6C4; }

 a { background-color: rgb(83,198,196); }

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

<style>
 span { border-color: #53C6C4; }

 span { border-color: rgb(83,198,196); }

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