#53DDCF

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

Shades of Medium Turquoise #53DDCF

Tints of Medium Turquoise #53DDCF

Color information

#53DDCF (or 0x53DDCF) is unknown color: approx Medium Turquoise. HEX triplet: 53, DD and CF. RGB value is (83,221,207). Sum of RGB (Red+Green+Blue) = 83+221+207=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #53DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DDCF is #AC2230. Grayscale: #B2B2B2. Windows color (decimal): -11280945 or 13622611. OLE color: 13622611.

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

Color convert

RGB83221207-
CMYK0.6200.060.13
HSL173.91º66.99%59.61%-
HSV(B)173.91º62.44%86.67%-
XYZ40.6958.0668.09-
YUV178.14144.2860.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.24%
GREEN value IS 221 (86.72% from 255) = 43.25%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=16.24%
G=43.25%
B=40.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832212070.6200.060.13173.9166.9959.61
Hex53DDCF3E06Dae433c
Octal12333531776061525610374
Binary1010011110111011100111111111001101101101011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,221,207); }

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

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

 a { background-color: rgb(83,221,207); }

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

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

 span { border-color: rgb(83,221,207); }

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