#53D7CB

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

Shades of Medium Turquoise #53D7CB

Tints of Medium Turquoise #53D7CB

Color information

#53D7CB (or 0x53D7CB) is unknown color: approx Medium Turquoise. HEX triplet: 53, D7 and CB. RGB value is (83,215,203). Sum of RGB (Red+Green+Blue) = 83+215+203=501 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.57% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #53D7CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D7CB is #AC2834. Grayscale: #AEAEAE. Windows color (decimal): -11282485 or 13358931. OLE color: 13358931.

HSL color Cylindrical-coordinate representation of color #53D7CB: hue angle of 174.55º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D7CB is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB83215203-
CMYK0.6100.060.16
HSL174.55º62.26%58.43%-
HSV(B)174.55º61.4%84.31%-
XYZ38.6554.7565.03-
YUV174.16144.2762.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.57%
GREEN value IS 215 (84.38% from 255) = 42.91%
BLUE value IS 203 (79.69% from 255) = 40.52%
R=16.57%
G=42.91%
B=40.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal832152030.6100.060.16174.5562.2658.43
Hex53D7CB3D0610af3e3a
Octal1233273137506202577672
Binary1010011110101111100101111110101101000010101111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,215,203); }

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

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

 a { background-color: rgb(83,215,203); }

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

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

 span { border-color: rgb(83,215,203); }

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