#53CDBC

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

Shades of Medium Turquoise #53CDBC

Tints of Medium Turquoise #53CDBC

Color information

#53CDBC (or 0x53CDBC) is unknown color: approx Medium Turquoise. HEX triplet: 53, CD and BC. RGB value is (83,205,188). Sum of RGB (Red+Green+Blue) = 83+205+188=476 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.44% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #53CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CDBC is #AC3243. Grayscale: #A6A6A6. Windows color (decimal): -11285060 or 12373331. OLE color: 12373331.

HSL color Cylindrical-coordinate representation of color #53CDBC: hue angle of 171.64º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CDBC is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB83205188-
CMYK0.6000.080.20
HSL171.64º54.95%56.47%-
HSV(B)171.64º59.51%80.39%-
XYZ34.4849.1355.24-
YUV166.58140.0868.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.44%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 188 (73.83% from 255) = 39.50%
R=17.44%
G=43.07%
B=39.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal832051880.6000.080.20171.6454.9556.47
Hex53CDBC3C0814ac3738
Octal12331527474010242546770
Binary10100111100110110111100111100010001010010101100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,205,188); }

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

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

 a { background-color: rgb(83,205,188); }

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

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

 span { border-color: rgb(83,205,188); }

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