#53F3D6

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

Shades of Turquoise #53F3D6

Tints of Turquoise #53F3D6

Color information

#53F3D6 (or 0x53F3D6) is unknown color: approx Turquoise. HEX triplet: 53, F3 and D6. RGB value is (83,243,214). Sum of RGB (Red+Green+Blue) = 83+243+214=540 (71% of max value = 765). Red value is 83 (32.81% from 255 or 15.37% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F3D6 is #AC0C29. Grayscale: #BFBFBF. Windows color (decimal): -11275306 or 14086995. OLE color: 14086995.

HSL color Cylindrical-coordinate representation of color #53F3D6: hue angle of 169.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F3D6 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB83243214-
CMYK0.6600.120.05
HSL169.12º86.96%63.92%-
HSV(B)169.12º65.84%95.29%-
XYZ47.7670.874.77-
YUV191.85140.4950.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.37%
GREEN value IS 243 (95.31% from 255) = 45%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=15.37%
G=45%
B=39.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832432140.6600.120.05169.1286.9663.92
Hex53F3D6420C5a95740
Octal1233633261020145251127100
Binary101001111110011110101101000010011001011010100110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,243,214); }

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

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

 a { background-color: rgb(83,243,214); }

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

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

 span { border-color: rgb(83,243,214); }

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