#53C6CE

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

Shades of Medium Turquoise #53C6CE

Tints of Medium Turquoise #53C6CE

Color information

#53C6CE (or 0x53C6CE) is unknown color: approx Medium Turquoise. HEX triplet: 53, C6 and CE. RGB value is (83,198,206). Sum of RGB (Red+Green+Blue) = 83+198+206=487 (64% of max value = 765). Red value is 83 (32.81% from 255 or 17.04% from 487); Green value is 198 (77.73% from 255 or 40.66% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #53C6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C6CE is #AC3931. Grayscale: #A4A4A4. Windows color (decimal): -11286834 or 13551187. OLE color: 13551187.

HSL color Cylindrical-coordinate representation of color #53C6CE: hue angle of 183.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53C6CE is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB83198206-
CMYK0.600.0400.19
HSL183.9º55.66%56.67%-
HSV(B)183.9º59.71%80.78%-
XYZ34.946.6865.56-
YUV164.53151.469.85-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.04%
GREEN value IS 198 (77.73% from 255) = 40.66%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=17.04%
G=40.66%
B=42.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal831982060.600.0400.19183.955.6656.67
Hex53C6CE3C4013b83839
Octal1233063167440232707071
Binary1010011110001101100111011110010001001110111000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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