#53dfd9

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

Shades of Turquoise #53DFD9

Tints of Turquoise #53DFD9

Color information

#53DFD9 (or 0x53DFD9) is unknown color: approx Turquoise. HEX triplet: 53, DF and D9. RGB value is (83,223,217). Sum of RGB (Red+Green+Blue) = 83+223+217=523 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.87% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFD9 is #AC2026. Grayscale: #B4B4B4. Windows color (decimal): -11280423 or 14278483. OLE color: 14278483.

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

Color convert

RGB83223217-
CMYK0.6300.030.13
HSL177.43º68.63%60%-
HSV(B)177.43º62.78%87.45%-
XYZ42.4859.6274.92-
YUV180.46148.6258.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.87%
GREEN value IS 223 (87.5% from 255) = 42.64%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=15.87%
G=42.64%
B=41.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal832232170.6300.030.13177.4368.6360
Hex53DFD93F03Db1453c
Octal12333733177031526110574
Binary101001111011111110110011111110111101101100011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53dfd9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,223,217); }

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

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

 a { background-color: rgb(83,223,217); }

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

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

 span { border-color: rgb(83,223,217); }

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