#53CADE

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

Shades of Medium Turquoise #53CADE

Tints of Medium Turquoise #53CADE

Color information

#53CADE (or 0x53CADE) is unknown color: approx Medium Turquoise. HEX triplet: 53, CA and DE. RGB value is (83,202,222). Sum of RGB (Red+Green+Blue) = 83+202+222=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 202 (79.30% from 255 or 39.84% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #53CADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CADE is #AC3521. Grayscale: #A8A8A8. Windows color (decimal): -11285794 or 14600787. OLE color: 14600787.

HSL color Cylindrical-coordinate representation of color #53CADE: hue angle of 188.63º 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 #53CADE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83202222-
CMYK0.630.0900.13
HSL188.63º67.8%59.8%-
HSV(B)188.63º62.61%87.06%-
XYZ37.8749.3576.64-
YUV168.7158.0866.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 202 (79.30% from 255) = 39.84%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=16.37%
G=39.84%
B=43.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832022220.630.0900.13188.6367.859.8
Hex53CADE3F90Dbd443c
Octal123312336771101527510474
Binary10100111100101011011110111111100101101101111011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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