#53C7DE

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

Shades of Medium Turquoise #53C7DE

Tints of Medium Turquoise #53C7DE

Color information

#53C7DE (or 0x53C7DE) is unknown color: approx Medium Turquoise. HEX triplet: 53, C7 and DE. RGB value is (83,199,222). Sum of RGB (Red+Green+Blue) = 83+199+222=504 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.47% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #53C7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C7DE is #AC3821. Grayscale: #A6A6A6. Windows color (decimal): -11286562 or 14600019. OLE color: 14600019.

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

Color convert

RGB83199222-
CMYK0.630.1000.13
HSL189.93º67.8%59.8%-
HSV(B)189.93º62.61%87.06%-
XYZ37.1847.9676.41-
YUV166.94159.0768.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.47%
GREEN value IS 199 (78.12% from 255) = 39.48%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=16.47%
G=39.48%
B=44.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831992220.630.1000.13189.9367.859.8
Hex53C7DE3FA0Dbe443c
Octal123307336771201527610474
Binary10100111100011111011110111111101001101101111101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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