#53F3BB

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

Shades of Turquoise #53F3BB

Tints of Turquoise #53F3BB

Color information

#53F3BB (or 0x53F3BB) is unknown color: approx Turquoise. HEX triplet: 53, F3 and BB. RGB value is (83,243,187). Sum of RGB (Red+Green+Blue) = 83+243+187=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 243 (95.31% from 255 or 47.37% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 243 - color contains mainly: green. Hex color #53F3BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F3BB is #AC0C44. Grayscale: #BCBCBC. Windows color (decimal): -11275333 or 12317523. OLE color: 12317523.

HSL color Cylindrical-coordinate representation of color #53F3BB: hue angle of 159º 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 #53F3BB is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB83243187-
CMYK0.6600.230.05
HSL159º86.96%63.92%-
HSV(B)159º65.84%95.29%-
XYZ44.5969.5358.08-
YUV188.78126.9952.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.18%
GREEN value IS 243 (95.31% from 255) = 47.37%
BLUE value IS 187 (73.44% from 255) = 36.45%
R=16.18%
G=47.37%
B=36.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832431870.6600.230.0515986.9663.92
Hex53F3BB4201759f5740
Octal1233632731020275237127100
Binary1010011111100111011101110000100101111011001111110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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