#53E0C8

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

Shades of Turquoise #53E0C8

Tints of Turquoise #53E0C8

Color information

#53E0C8 (or 0x53E0C8) is unknown color: approx Turquoise. HEX triplet: 53, E0 and C8. RGB value is (83,224,200). Sum of RGB (Red+Green+Blue) = 83+224+200=507 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.37% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #53E0C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E0C8 is #AC1F37. Grayscale: #B3B3B3. Windows color (decimal): -11280184 or 13164627. OLE color: 13164627.

HSL color Cylindrical-coordinate representation of color #53E0C8: hue angle of 169.79º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E0C8 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB83224200-
CMYK0.6300.110.12
HSL169.79º69.46%60.2%-
HSV(B)169.79º62.95%87.84%-
XYZ40.6559.3263.95-
YUV179.1139.7959.45-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.37%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 200 (78.52% from 255) = 39.45%
R=16.37%
G=44.18%
B=39.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832242000.6300.110.12169.7969.4660.2
Hex53E0C83F0BCaa453c
Octal123340310770131425210574
Binary10100111110000011001000111111010111100101010101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,224,200); }

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

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

 a { background-color: rgb(83,224,200); }

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

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

 span { border-color: rgb(83,224,200); }

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