#53EDBE

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

Shades of Turquoise #53EDBE

Tints of Turquoise #53EDBE

Color information

#53EDBE (or 0x53EDBE) is unknown color: approx Turquoise. HEX triplet: 53, ED and BE. RGB value is (83,237,190). Sum of RGB (Red+Green+Blue) = 83+237+190=510 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.27% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #53EDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53EDBE is #AC1241. Grayscale: #B9B9B9. Windows color (decimal): -11276866 or 12512595. OLE color: 12512595.

HSL color Cylindrical-coordinate representation of color #53EDBE: hue angle of 161.69º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EDBE is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB83237190-
CMYK0.6500.200.07
HSL161.69º81.05%62.75%-
HSV(B)161.69º64.98%92.94%-
XYZ43.1566.1359.2-
YUV185.6130.4854.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.27%
GREEN value IS 237 (92.97% from 255) = 46.47%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=16.27%
G=46.47%
B=37.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal832371900.6500.200.07161.6981.0562.75
Hex53EDBE410147a2513f
Octal123355276101024724212177
Binary101001111101101101111101000001010100111101000101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,237,190); }

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

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

 a { background-color: rgb(83,237,190); }

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

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

 span { border-color: rgb(83,237,190); }

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