#53F0E2

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

Shades of Turquoise #53F0E2

Tints of Turquoise #53F0E2

Color information

#53F0E2 (or 0x53F0E2) is unknown color: approx Turquoise. HEX triplet: 53, F0 and E2. RGB value is (83,240,226). Sum of RGB (Red+Green+Blue) = 83+240+226=549 (72% of max value = 765). Red value is 83 (32.81% from 255 or 15.12% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #53F0E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53F0E2 is #AC0F1D. Grayscale: #BFBFBF. Windows color (decimal): -11276062 or 14872659. OLE color: 14872659.

HSL color Cylindrical-coordinate representation of color #53F0E2: hue angle of 174.65º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53F0E2 is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB83240226-
CMYK0.6500.060.06
HSL174.65º83.96%63.33%-
HSV(B)174.65º65.42%94.12%-
XYZ48.4569.6582.84-
YUV191.46147.4950.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.12%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 226 (88.67% from 255) = 41.17%
R=15.12%
G=43.72%
B=41.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal832402260.6500.060.06174.6583.9663.33
Hex53F0E241066af543f
Octal12336034210106625712477
Binary1010011111100001110001010000010110110101011111010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,240,226); }

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

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

 a { background-color: rgb(83,240,226); }

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

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

 span { border-color: rgb(83,240,226); }

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