#53D3DE

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

Shades of Medium Turquoise #53D3DE

Tints of Medium Turquoise #53D3DE

Color information

#53D3DE (or 0x53D3DE) is unknown color: approx Medium Turquoise. HEX triplet: 53, D3 and DE. RGB value is (83,211,222). Sum of RGB (Red+Green+Blue) = 83+211+222=516 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.09% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #53D3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D3DE is #AC2C21. Grayscale: #ADADAD. Windows color (decimal): -11283490 or 14603091. OLE color: 14603091.

HSL color Cylindrical-coordinate representation of color #53D3DE: hue angle of 184.75º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53D3DE is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83211222-
CMYK0.630.0500.13
HSL184.75º67.8%59.8%-
HSV(B)184.75º62.61%87.06%-
XYZ40.0553.777.36-
YUV173.98155.0963.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.09%
GREEN value IS 211 (82.81% from 255) = 40.89%
BLUE value IS 222 (87.11% from 255) = 43.02%
R=16.09%
G=40.89%
B=43.02%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832112220.630.0500.13184.7567.859.8
Hex53D3DE3F50Db9443c
Octal12332333677501527110474
Binary1010011110100111101111011111110101101101110011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,211,222); }

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

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

 a { background-color: rgb(83,211,222); }

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

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

 span { border-color: rgb(83,211,222); }

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